class Aws::ElastiCache::Types::DescribeSnapshotsMessage
Represents the input of a `DescribeSnapshotsMessage` operation.
@note When making an API call, you may pass DescribeSnapshotsMessage
data as a hash: { replication_group_id: "String", cache_cluster_id: "String", snapshot_name: "String", snapshot_source: "String", marker: "String", max_records: 1, show_node_group_config: false, }
@!attribute [rw] replication_group_id
A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described. @return [String]
@!attribute [rw] cache_cluster_id
A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described. @return [String]
@!attribute [rw] snapshot_name
A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described. @return [String]
@!attribute [rw] snapshot_source
If set to `system`, the output shows snapshots that were automatically created by ElastiCache. If set to `user` the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots. @return [String]
@!attribute [rw] marker
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`. @return [String]
@!attribute [rw] max_records
The maximum number of records to include in the response. If more records exist than the specified `MaxRecords` value, a marker is included in the response so that the remaining results can be retrieved. Default: 50 Constraints: minimum 20; maximum 50. @return [Integer]
@!attribute [rw] show_node_group_config
A Boolean value which if true, the node group (shard) configuration is included in the snapshot description. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshotsMessage AWS API Documentation
Constants
- SENSITIVE