Class: Aws::MemoryDB::Types::SlotMigration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::SlotMigration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/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.
2764 2765 2766 2767 2768 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2764 class SlotMigration < Struct.new( :progress_percentage) SENSITIVE = [] include Aws::Structure end |