Amazon.Redshift.AmazonRedshiftClient.DisableSnapshotCopy C# (CSharp) Method

DisableSnapshotCopy() private method

private DisableSnapshotCopy ( DisableSnapshotCopyRequest request ) : DisableSnapshotCopyResponse
request DisableSnapshotCopyRequest
return DisableSnapshotCopyResponse
        internal DisableSnapshotCopyResponse DisableSnapshotCopy(DisableSnapshotCopyRequest request)
        {
            var marshaller = new DisableSnapshotCopyRequestMarshaller();
            var unmarshaller = DisableSnapshotCopyResponseUnmarshaller.Instance;

            return Invoke<DisableSnapshotCopyRequest,DisableSnapshotCopyResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient