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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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)


2730
2731
2732
2733
2734
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2730

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