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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#replication_groupTypes::ReplicationGroup

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



4405
4406
4407
4408
# File 'lib/aws-sdk-elasticache/types.rb', line 4405

class ModifyReplicationGroupShardConfigurationResult < Struct.new(
  :replication_group)
  include Aws::Structure
end