Class: Aws::RDS::Types::DBParameterGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBParameterGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the ‘DescribeDBParameterGroups` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_parameter_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the DB parameter group.
 - 
  
    
      #db_parameter_group_family  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the DB parameter group family that this DB parameter group is compatible with.
 - 
  
    
      #db_parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the DB parameter group.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the customer-specified description for this DB parameter group.
 
Instance Attribute Details
#db_parameter_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB parameter group.
      9888 9889 9890 9891 9892 9893 9894 9895  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 9888 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#db_parameter_group_family ⇒ String
The name of the DB parameter group family that this DB parameter group is compatible with.
      9888 9889 9890 9891 9892 9893 9894 9895  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 9888 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#db_parameter_group_name ⇒ String
The name of the DB parameter group.
      9888 9889 9890 9891 9892 9893 9894 9895  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 9888 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Provides the customer-specified description for this DB parameter group.
      9888 9889 9890 9891 9892 9893 9894 9895  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 9888 class DBParameterGroup < Struct.new( :db_parameter_group_name, :db_parameter_group_family, :description, :db_parameter_group_arn) SENSITIVE = [] include Aws::Structure end  |