Class: Aws::ElastiCache::Types::GlobalReplicationGroupInfo

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

Overview

The name of the Global datastore and role of this replication group in the Global datastore.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_group_idString

The name of the Global datastore

Returns:

  • (String)


5325
5326
5327
5328
5329
5330
# File 'lib/aws-sdk-elasticache/types.rb', line 5325

class GlobalReplicationGroupInfo < Struct.new(
  :global_replication_group_id,
  :global_replication_group_member_role)
  SENSITIVE = []
  include Aws::Structure
end

#global_replication_group_member_roleString

The role of the replication group in a Global datastore. Can be primary or secondary.

Returns:

  • (String)


5325
5326
5327
5328
5329
5330
# File 'lib/aws-sdk-elasticache/types.rb', line 5325

class GlobalReplicationGroupInfo < Struct.new(
  :global_replication_group_id,
  :global_replication_group_member_role)
  SENSITIVE = []
  include Aws::Structure
end