Class: Aws::ElastiCache::Types::FailoverGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::FailoverGlobalReplicationGroupMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_replication_group_id ⇒ String
The name of the Global datastore.
-
#primary_region ⇒ String
The Amazon region of the primary cluster of the Global datastore.
-
#primary_replication_group_id ⇒ String
The name of the primary replication group.
Instance Attribute Details
#global_replication_group_id ⇒ String
The name of the Global datastore
5137 5138 5139 5140 5141 5142 5143 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5137 class FailoverGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :primary_region, :primary_replication_group_id) SENSITIVE = [] include Aws::Structure end |
#primary_region ⇒ String
The Amazon region of the primary cluster of the Global datastore
5137 5138 5139 5140 5141 5142 5143 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5137 class FailoverGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :primary_region, :primary_replication_group_id) SENSITIVE = [] include Aws::Structure end |
#primary_replication_group_id ⇒ String
The name of the primary replication group
5137 5138 5139 5140 5141 5142 5143 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5137 class FailoverGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :primary_region, :primary_replication_group_id) SENSITIVE = [] include Aws::Structure end |