Amazon.Redshift.AmazonRedshiftClient.DeleteSnapshotCopyGrant C# (CSharp) Méthode

DeleteSnapshotCopyGrant() private méthode

private DeleteSnapshotCopyGrant ( Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest request ) : DeleteSnapshotCopyGrantResponse
request Amazon.Redshift.Model.DeleteSnapshotCopyGrantRequest
Résultat DeleteSnapshotCopyGrantResponse
        internal DeleteSnapshotCopyGrantResponse DeleteSnapshotCopyGrant(DeleteSnapshotCopyGrantRequest request)
        {
            var marshaller = new DeleteSnapshotCopyGrantRequestMarshaller();
            var unmarshaller = DeleteSnapshotCopyGrantResponseUnmarshaller.Instance;

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