Class: Aws::ElastiCache::Types::GlobalReplicationGroupInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::GlobalReplicationGroupInfo
- 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
-
#global_replication_group_id ⇒ String
The name of the Global datastore.
-
#global_replication_group_member_role ⇒ String
The role of the replication group in a Global datastore.
Instance Attribute Details
#global_replication_group_id ⇒ String
The name of the Global datastore
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_role ⇒ String
The role of the replication group in a Global datastore. Can be primary or secondary.
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 |