Class: Aws::ElastiCache::Types::ModifyReplicationGroupResult

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.



4312
4313
4314
4315
# File 'lib/aws-sdk-elasticache/types.rb', line 4312

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