Class: Aws::ElastiCache::Types::SlotMigration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::SlotMigration
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Represents the progress of an online resharding operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#progress_percentage ⇒ Float
The percentage of the slot migration that is complete.
Instance Attribute Details
#progress_percentage ⇒ Float
The percentage of the slot migration that is complete.
8890 8891 8892 8893 8894 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8890 class SlotMigration < Struct.new( :progress_percentage) SENSITIVE = [] include Aws::Structure end |