Class: Aws::ElastiCache::Types::CreateCacheParameterGroupResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::CreateCacheParameterGroupResult
 
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cache_parameter_group  ⇒ Types::CacheParameterGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the output of a CreateCacheParameterGroupoperation.
Instance Attribute Details
#cache_parameter_group ⇒ Types::CacheParameterGroup
Represents the output of a CreateCacheParameterGroup operation.
| 2118 2119 2120 2121 2122 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2118 class CreateCacheParameterGroupResult < Struct.new( :cache_parameter_group) SENSITIVE = [] include Aws::Structure end |