Class: Aws::ElastiCache::Types::DescribeSnapshotsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DescribeSnapshotsMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the input of a ‘DescribeSnapshotsMessage` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ String
A user-supplied cluster identifier.
-
#marker ⇒ String
An optional marker returned from a prior request.
-
#max_records ⇒ Integer
The maximum number of records to include in the response.
-
#replication_group_id ⇒ String
A user-supplied replication group identifier.
-
#show_node_group_config ⇒ Boolean
A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.
-
#snapshot_name ⇒ String
A user-supplied name of the snapshot.
-
#snapshot_source ⇒ String
If set to ‘system`, the output shows snapshots that were automatically created by ElastiCache.
Instance Attribute Details
#cache_cluster_id ⇒ String
A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cluster are described.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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`.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
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.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
A user-supplied replication group identifier. If this parameter is specified, only snapshots associated with that specific replication group are described.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#show_node_group_config ⇒ Boolean
A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
A user-supplied name of the snapshot. If this parameter is specified, only this snapshot are described.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |
#snapshot_source ⇒ String
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.
4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4680 class DescribeSnapshotsMessage < Struct.new( :replication_group_id, :cache_cluster_id, :snapshot_name, :snapshot_source, :marker, :max_records, :show_node_group_config) SENSITIVE = [] include Aws::Structure end |