Class: Aws::ElastiCache::Types::ReplicationGroupMessage

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

Overview

Represents the output of a ‘DescribeReplicationGroups` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


5051
5052
5053
5054
5055
# File 'lib/aws-sdk-elasticache/types.rb', line 5051

class ReplicationGroupMessage < Struct.new(
  :marker,
  :replication_groups)
  include Aws::Structure
end

#replication_groupsArray<Types::ReplicationGroup>

A list of replication groups. Each item in the list contains detailed information about one replication group.

Returns:



5051
5052
5053
5054
5055
# File 'lib/aws-sdk-elasticache/types.rb', line 5051

class ReplicationGroupMessage < Struct.new(
  :marker,
  :replication_groups)
  include Aws::Structure
end