Class: Aws::DAX::Types::ParameterGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::ParameterGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
A named set of parameters that are applied to all of the nodes in a DAX cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the parameter group.
 - 
  
    
      #parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the parameter group.
 
Instance Attribute Details
#description ⇒ String
A description of the parameter group.
      1185 1186 1187 1188 1189 1190  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1185 class ParameterGroup < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#parameter_group_name ⇒ String
The name of the parameter group.
      1185 1186 1187 1188 1189 1190  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1185 class ParameterGroup < Struct.new( :parameter_group_name, :description) SENSITIVE = [] include Aws::Structure end  |