Class: Aws::ElastiCache::Types::DeleteReplicationGroupResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::DeleteReplicationGroupResult
 
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #replication_group  ⇒ Types::ReplicationGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains all of the attributes of a specific Valkey or Redis OSS replication group. 
Instance Attribute Details
#replication_group ⇒ Types::ReplicationGroup
Contains all of the attributes of a specific Valkey or Redis OSS replication group.
| 3517 3518 3519 3520 3521 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3517 class DeleteReplicationGroupResult < Struct.new( :replication_group) SENSITIVE = [] include Aws::Structure end |