Class: Aws::ElastiCache::Types::DeleteReplicationGroupResult

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.



2441
2442
2443
2444
# File 'lib/aws-sdk-elasticache/types.rb', line 2441

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