Class: Aws::ElastiCache::Types::CacheParameterGroupNameMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElastiCache::Types::CacheParameterGroupNameMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-elasticache/types.rb
 
Overview
Represents the output of one of the following operations:
- 
‘ModifyCacheParameterGroup`
 - 
‘ResetCacheParameterGroup`
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cache_parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cache parameter group.
 
Instance Attribute Details
#cache_parameter_group_name ⇒ String
The name of the cache parameter group.
      1091 1092 1093 1094 1095  | 
    
      # File 'lib/aws-sdk-elasticache/types.rb', line 1091 class CacheParameterGroupNameMessage < Struct.new( :cache_parameter_group_name) SENSITIVE = [] include Aws::Structure end  |