Class: Aws::Redshift::Types::ClusterParameterGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ClusterParameterGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes a parameter group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the parameter group.
 - 
  
    
      #parameter_group_family  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster parameter group family that this cluster parameter group is compatible with.
 - 
  
    
      #parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster parameter group.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tags for the cluster parameter group.
 
Instance Attribute Details
#description ⇒ String
The description of the parameter group.
      1247 1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1247 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#parameter_group_family ⇒ String
The name of the cluster parameter group family that this cluster parameter group is compatible with.
      1247 1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1247 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#parameter_group_name ⇒ String
The name of the cluster parameter group.
      1247 1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1247 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster parameter group.
      1247 1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1247 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end  |