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
Note:
When making an API call, you may pass FailoverGlobalReplicationGroupMessage data as a hash:
{
global_replication_group_id: "String", # required
primary_region: "String", # required
primary_replication_group_id: "String", # required
}
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
5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5147 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
5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5147 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
5147 5148 5149 5150 5151 5152 5153 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5147 class FailoverGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :primary_region, :primary_replication_group_id) SENSITIVE = [] include Aws::Structure end |