Class: Aws::ElastiCache::Types::ModifyReplicationGroupShardConfigurationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_groupTypes::ReplicationGroup

Contains all of the attributes of a specific Redis replication group.



6676
6677
6678
6679
6680
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6676

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