class Aws::Redshift::Types::DescribeSnapshotSchedulesMessage
@note When making an API call, you may pass DescribeSnapshotSchedulesMessage
data as a hash: { cluster_identifier: "String", schedule_identifier: "String", tag_keys: ["String"], tag_values: ["String"], marker: "String", max_records: 1, }
@!attribute [rw] cluster_identifier
The unique identifier for the cluster whose snapshot schedules you want to view. @return [String]
@!attribute [rw] schedule_identifier
A unique identifier for a snapshot schedule. @return [String]
@!attribute [rw] tag_keys
The key value for a snapshot schedule tag. @return [Array<String>]
@!attribute [rw] tag_values
The value corresponding to the key of the snapshot schedule tag. @return [Array<String>]
@!attribute [rw] marker
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the `marker` parameter and retrying the command. If the `marker` field is empty, all response records have been retrieved for the request. @return [String]
@!attribute [rw] max_records
The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified `MaxRecords` value, a value is returned in a `marker` field of the response. You can retrieve the next set of records by retrying the command with the returned `marker` value. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeSnapshotSchedulesMessage AWS API Documentation
Constants
- SENSITIVE