Class: Aws::MemoryDB::Types::ReshardingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ReshardingStatus
- 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
-
#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
3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3136 class ReshardingStatus < Struct.new( :slot_migration) SENSITIVE = [] include Aws::Structure end |