Class: Aws::ElastiCache::Types::ReshardingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ReshardingStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
The status of an online resharding operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_migration ⇒ Types::SlotMigration
Represents the progress of an online resharding operation.
Instance Attribute Details
#slot_migration ⇒ Types::SlotMigration
Represents the progress of an online resharding operation.
8439 8440 8441 8442 8443 |
# File 'lib/aws-sdk-elasticache/types.rb', line 8439 class ReshardingStatus < Struct.new( :slot_migration) SENSITIVE = [] include Aws::Structure end |