Class: Aws::MemoryDB::Types::ReshardingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ReshardingStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
The status of the online resharding
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_migration ⇒ Types::SlotMigration
The status of the online resharding slot migration.
Instance Attribute Details
#slot_migration ⇒ Types::SlotMigration
The status of the online resharding slot migration
2541 2542 2543 2544 2545 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2541 class ReshardingStatus < Struct.new( :slot_migration) SENSITIVE = [] include Aws::Structure end |