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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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

#marker ⇒ String

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


7980
7981
7982
7983
7984
7985
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7980

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.

Returns:



7980
7981
7982
7983
7984
7985
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7980

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