Amazon.Redshift.AmazonRedshiftClient.DeleteSnapshotCopyGrant C# (CSharp) Метод

DeleteSnapshotCopyGrant() приватный Метод

private DeleteSnapshotCopyGrant ( Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest request ) : DeleteSnapshotCopyGrantResponse
request Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest
Результат DeleteSnapshotCopyGrantResponse
        internal DeleteSnapshotCopyGrantResponse DeleteSnapshotCopyGrant(DeleteSnapshotCopyGrantRequest request)
        {
            var marshaller = new DeleteSnapshotCopyGrantRequestMarshaller();
            var unmarshaller = DeleteSnapshotCopyGrantResponseUnmarshaller.Instance;

            return Invoke<DeleteSnapshotCopyGrantRequest,DeleteSnapshotCopyGrantResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient