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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


7825
7826
7827
7828
7829
7830
# File 'lib/aws-sdk-elasticache/types.rb', line 7825

class ReplicationGroupMessage < Struct.new(
  :marker,
  :replication_groups)
  SENSITIVE = []
  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:



7825
7826
7827
7828
7829
7830
# File 'lib/aws-sdk-elasticache/types.rb', line 7825

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