Class: Aws::MemoryDB::Types::ReshardingStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

The status of the online resharding

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_migrationTypes::SlotMigration

The status of the online resharding slot migration



2513
2514
2515
2516
2517
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2513

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