Class: Aws::ElastiCache::Types::GlobalReplicationGroupInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::GlobalReplicationGroupInfo
- 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
-
#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
5330 5331 5332 5333 5334 5335 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5330 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.
5330 5331 5332 5333 5334 5335 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5330 class GlobalReplicationGroupInfo < Struct.new( :global_replication_group_id, :global_replication_group_member_role) SENSITIVE = [] include Aws::Structure end |