AWS SDK for .NET Documentation
DescribeClusterSnapshots Method (request)
AmazonAmazon.RedshiftAmazonRedshiftClientDescribeClusterSnapshots(DescribeClusterSnapshotsRequest) Did this page help you?   Yes   No    Tell us about it...
Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.
Declaration Syntax
C#
public DescribeClusterSnapshotsResponse DescribeClusterSnapshots(
	DescribeClusterSnapshotsRequest request
)
Parameters
request (DescribeClusterSnapshotsRequest)
Container for the necessary parameters to execute the DescribeClusterSnapshots service method.
Return Value
The response from the DescribeClusterSnapshots service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterSnapshotNotFoundException The snapshot identifier does not refer to an existing cluster snapshot.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)