Class: Aws::ElastiCache::Types::SlotMigration

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

Overview

Represents the progress of an online resharding operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#progress_percentageFloat

The percentage of the slot migration that is complete.

Returns:

  • (Float)


8815
8816
8817
8818
8819
# File 'lib/aws-sdk-elasticache/types.rb', line 8815

class SlotMigration < Struct.new(
  :progress_percentage)
  SENSITIVE = []
  include Aws::Structure
end