Class: Aws::ElastiCache::Types::RebalanceSlotsInGlobalReplicationGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediately ⇒ Boolean

If True, redistribution is applied immediately.

Returns:

  • (Boolean)


7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7530

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

Returns:

  • (String)


7530
7531
7532
7533
7534
7535
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7530

class RebalanceSlotsInGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :apply_immediately)
  SENSITIVE = []
  include Aws::Structure
end