Method: Aws::ElastiCache::Types::ReplicationGroupPendingModifiedValues#resharding
- Defined in:
- lib/aws-sdk-elasticache/types.rb
#resharding ⇒ Types::ReshardingStatus
The status of an online resharding operation.
7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7289 class ReplicationGroupPendingModifiedValues < Struct.new( :primary_cluster_id, :automatic_failover_status, :resharding, :auth_token_status, :user_groups, :log_delivery_configurations, :transit_encryption_enabled, :transit_encryption_mode, :cluster_mode) SENSITIVE = [] include Aws::Structure end |