Class: Aws::ElastiCache::Types::DeleteCacheClusterResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::DeleteCacheClusterResult
 
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cache_cluster  ⇒ Types::CacheCluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains all of the attributes of a specific cluster. 
Instance Attribute Details
#cache_cluster ⇒ Types::CacheCluster
Contains all of the attributes of a specific cluster.
| 3381 3382 3383 3384 3385 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3381 class DeleteCacheClusterResult < Struct.new( :cache_cluster) SENSITIVE = [] include Aws::Structure end |