Class: Aws::ElastiCache::Types::DisassociateGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DisassociateGlobalReplicationGroupMessage
- Includes:
- Structure
- Defined in:
- 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.
-
#replication_group_id ⇒ String
The name of the secondary cluster you wish to remove from the Global datastore.
-
#replication_group_region ⇒ String
The Amazon 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
4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4896 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
4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4896 class DisassociateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :replication_group_id, :replication_group_region) SENSITIVE = [] include Aws::Structure end |
#replication_group_region ⇒ String
The Amazon region of secondary cluster you wish to remove from the Global datastore
4896 4897 4898 4899 4900 4901 4902 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4896 class DisassociateGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :replication_group_id, :replication_group_region) SENSITIVE = [] include Aws::Structure end |