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)


3069
3070
3071
3072
3073
# File 'lib/aws-sdk-memorydb/types.rb', line 3069

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