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
Note:
When making an API call, you may pass DeleteGlobalReplicationGroupMessage data as a hash:
{
global_replication_group_id: "String", # required
retain_primary_replication_group: false, # required
}
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
3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3190 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.
3190 3191 3192 3193 3194 3195 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3190 class DeleteGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :retain_primary_replication_group) SENSITIVE = [] include Aws::Structure end |