Class: Aws::ElastiCache::Types::DescribeSnapshotsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents the input of a DescribeSnapshotsMessage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (Integer)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (Boolean)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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.

Returns:

  • (String)


4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4713

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