Class: Aws::ElastiCache::Types::CreateReplicationGroupResult

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.



2151
2152
2153
2154
# File 'lib/aws-sdk-elasticache/types.rb', line 2151

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