Class: Aws::ElastiCache::Types::DeleteGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteGlobalReplicationGroupMessage
- 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.
-
#retain_primary_replication_group ⇒ Boolean
The primary replication group is retained as a standalone replication group.
Instance Attribute Details
#global_replication_group_id ⇒ String
The name of the Global datastore
3452 3453 3454 3455 3456 3457 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3452 class DeleteGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :retain_primary_replication_group) SENSITIVE = [] include Aws::Structure end |
#retain_primary_replication_group ⇒ Boolean
The primary replication group is retained as a standalone replication group.
3452 3453 3454 3455 3456 3457 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3452 class DeleteGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :retain_primary_replication_group) SENSITIVE = [] include Aws::Structure end |