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

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

Overview

The status of an online resharding operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_migrationTypes::SlotMigration

Represents the progress of an online resharding operation.



8390
8391
8392
8393
8394
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8390

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