Amazon.RDS.AmazonRDSClient.DescribeDBClusterSnapshots C# (CSharp) Метод

DescribeDBClusterSnapshots() публичный Метод

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. ///
public DescribeDBClusterSnapshots ( DescribeDBClusterSnapshotsRequest request ) : DescribeDBClusterSnapshotsResponse
request Amazon.RDS.Model.DescribeDBClusterSnapshotsRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshots service method.
Результат Amazon.RDS.Model.DescribeDBClusterSnapshotsResponse
        public DescribeDBClusterSnapshotsResponse DescribeDBClusterSnapshots(DescribeDBClusterSnapshotsRequest request)
        {
            var marshaller = new DescribeDBClusterSnapshotsRequestMarshaller();
            var unmarshaller = DescribeDBClusterSnapshotsResponseUnmarshaller.Instance;

            return Invoke<DescribeDBClusterSnapshotsRequest,DescribeDBClusterSnapshotsResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient