Class: Aws::ElastiCache::Types::DisassociateGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DisassociateGlobalReplicationGroupMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Note:
When making an API call, you may pass DisassociateGlobalReplicationGroupMessage data as a hash:
{
global_replication_group_id: "String", # required
replication_group_id: "String", # required
replication_group_region: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_replication_group_id ⇒ String
The name of the Global Datastore.
-
#replication_group_id ⇒ String
The name of the secondary cluster you wish to remove from the Global Datastore.
-
#replication_group_region ⇒ String
The AWS region of secondary cluster you wish to remove from the Global Datastore.
Instance Attribute Details
#global_replication_group_id ⇒ String
The name of the Global Datastore
4645 4646 4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4645 class DisassociateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :replication_group_id, :replication_group_region) SENSITIVE = [] include Aws::Structure end |
#replication_group_id ⇒ String
The name of the secondary cluster you wish to remove from the Global Datastore
4645 4646 4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4645 class DisassociateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :replication_group_id, :replication_group_region) SENSITIVE = [] include Aws::Structure end |
#replication_group_region ⇒ String
The AWS region of secondary cluster you wish to remove from the Global Datastore
4645 4646 4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4645 class DisassociateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :replication_group_id, :replication_group_region) SENSITIVE = [] include Aws::Structure end |