AWS SDK for .NET Documentation
DescribeClusterSnapshotsRequest Class
AmazonAmazon.Redshift.ModelDescribeClusterSnapshotsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeClusterSnapshots operation. 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 class DescribeClusterSnapshotsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeClusterSnapshotsRequest()()()()
Initializes a new instance of the DescribeClusterSnapshotsRequest class

ClusterIdentifier
Gets and sets the property ClusterIdentifier.

The identifier of the cluster for which information about snapshots is requested.


EndTime
Gets and sets the property EndTime.

A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example:

CopyC#
2012-07-16T18:00:00Z


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Marker
Gets and sets the property Marker.

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in

CopyC#
MaxRecords
, AWS returns a value in the
CopyC#
Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the
CopyC#
Marker
parameter and retrying the request.


MaxRecords
Gets and sets the property MaxRecords.

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified

CopyC#
MaxRecords
value, a value is returned in a
CopyC#
marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

Default:

CopyC#
100

Constraints: minimum 20, maximum 100.


OwnerAccount
Gets and sets the property OwnerAccount.

The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.


SnapshotIdentifier
Gets and sets the property SnapshotIdentifier.

The snapshot identifier of the snapshot about which to return information.


SnapshotType
Gets and sets the property SnapshotType.

The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.

Valid Values:

CopyC#
automated
|
CopyC#
manual


StartTime
Gets and sets the property StartTime.

A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example:

CopyC#
2012-07-16T18:00:00Z


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithClusterIdentifier(String) Obsolete.
Sets the ClusterIdentifier property

WithEndTime(DateTime) Obsolete.
Sets the EndTime property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithOwnerAccount(String) Obsolete.
Sets the OwnerAccount property

WithSnapshotIdentifier(String) Obsolete.
Sets the SnapshotIdentifier property

WithSnapshotType(String) Obsolete.
Sets the SnapshotType property

WithStartTime(DateTime) Obsolete.
Sets the StartTime property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeClusterSnapshotsRequest

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