Amazon.Redshift.AmazonRedshiftClient.DescribeClusterSnapshotsAsync C# (CSharp) Метод

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

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.

If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.

If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.

/// The snapshot identifier does not refer to an existing cluster snapshot. /// /// The tag is invalid. ///
public DescribeClusterSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeClusterSnapshotsResponse> DescribeClusterSnapshotsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeClusterSnapshotsAsync(new DescribeClusterSnapshotsRequest(), cancellationToken);
        }

Same methods

AmazonRedshiftClient::DescribeClusterSnapshotsAsync ( DescribeClusterSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonRedshiftClient