Class: Aws::ElastiCache::Types::ReshardingStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The status of an online resharding operation.

Instance Attribute Summary collapse

Instance Attribute Details

#slot_migrationTypes::SlotMigration

Represents the progress of an online resharding operation.



5488
5489
5490
5491
# File 'lib/aws-sdk-elasticache/types.rb', line 5488

class ReshardingStatus < Struct.new(
  :slot_migration)
  include Aws::Structure
end