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.

Instance Attribute Summary collapse

Instance Attribute Details

#progress_percentageFloat

The percentage of the slot migration that is complete.

Returns:

  • (Float)


5572
5573
5574
5575
# File 'lib/aws-sdk-elasticache/types.rb', line 5572

class SlotMigration < Struct.new(
  :progress_percentage)
  include Aws::Structure
end