Class: Aws::ElastiCache::Types::GlobalReplicationGroupMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::GlobalReplicationGroupMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
A member of a Global datastore. It contains the Replication Group Id, the Amazon region and the role of the replication group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automatic_failover ⇒ String
Indicates whether automatic failover is enabled for the replication group.
-
#replication_group_id ⇒ String
The replication group id of the Global datastore member.
-
#replication_group_region ⇒ String
The Amazon region of the Global datastore member.
-
#role ⇒ String
Indicates the role of the replication group, primary or secondary.
-
#status ⇒ String
The status of the membership of the replication group.
Instance Attribute Details
#automatic_failover ⇒ String
Indicates whether automatic failover is enabled for the replication group.
5358 5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5358 class GlobalReplicationGroupMember < Struct.new( :replication_group_id, :replication_group_region, :role, :automatic_failover, :status) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
The replication group id of the Global datastore member.
5358 5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5358 class GlobalReplicationGroupMember < Struct.new( :replication_group_id, :replication_group_region, :role, :automatic_failover, :status) SENSITIVE = [] include Aws::Structure end |
#replication_group_region ⇒ String
The Amazon region of the Global datastore member.
5358 5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5358 class GlobalReplicationGroupMember < Struct.new( :replication_group_id, :replication_group_region, :role, :automatic_failover, :status) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
Indicates the role of the replication group, primary or secondary.
5358 5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5358 class GlobalReplicationGroupMember < Struct.new( :replication_group_id, :replication_group_region, :role, :automatic_failover, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the membership of the replication group.
5358 5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5358 class GlobalReplicationGroupMember < Struct.new( :replication_group_id, :replication_group_region, :role, :automatic_failover, :status) SENSITIVE = [] include Aws::Structure end |