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

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


5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5319

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)


5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5319

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