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