Class: Aws::ElastiCache::Types::ReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ReplicationGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents the output of a ‘DescribeReplicationGroups` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#replication_groups ⇒ Array<Types::ReplicationGroup>
A list of replication groups.
Instance Attribute Details
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
7877 7878 7879 7880 7881 7882 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7877 class ReplicationGroupMessage < Struct.new( :marker, :replication_groups) SENSITIVE = [] include Aws::Structure end |
#replication_groups ⇒ Array<Types::ReplicationGroup>
A list of replication groups. Each item in the list contains detailed information about one replication group.
7877 7878 7879 7880 7881 7882 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7877 class ReplicationGroupMessage < Struct.new( :marker, :replication_groups) SENSITIVE = [] include Aws::Structure end |