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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_immediatelyBoolean

If ‘True`, redistribution is applied immediately.

Returns:

  • (Boolean)


7414
7415
7416
7417
7418
7419
# File 'lib/aws-sdk-elasticache/types.rb', line 7414

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

#global_replication_group_idString

The name of the Global datastore

Returns:

  • (String)


7414
7415
7416
7417
7418
7419
# File 'lib/aws-sdk-elasticache/types.rb', line 7414

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