Class: Aws::MemoryDB::Types::SlotMigration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#progress_percentageFloat

The percentage of the slot migration that is complete.

Returns:

  • (Float)


3367
3368
3369
3370
3371
# File 'lib/aws-sdk-memorydb/types.rb', line 3367

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