Class: Aws::ElastiCache::Types::RebalanceSlotsInGlobalReplicationGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::RebalanceSlotsInGlobalReplicationGroupMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
If
True
, redistribution is applied immediately. -
#global_replication_group_id ⇒ String
The name of the Global datastore.
Instance Attribute Details
#apply_immediately ⇒ Boolean
If True
, redistribution is applied immediately.
7470 7471 7472 7473 7474 7475 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7470 class RebalanceSlotsInGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :apply_immediately) SENSITIVE = [] include Aws::Structure end |
#global_replication_group_id ⇒ String
The name of the Global datastore
7470 7471 7472 7473 7474 7475 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7470 class RebalanceSlotsInGlobalReplicationGroupMessage < Struct.new( :global_replication_group_id, :apply_immediately) SENSITIVE = [] include Aws::Structure end |