Class: Aws::SecurityHub::Types::AwsRdsDbParameterGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsRdsDbParameterGroup
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-securityhub/types.rb
 
Overview
Provides information about a parameter group for a DB instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the parameter group.
 - 
  
    
      #parameter_apply_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of parameter updates.
 
Instance Attribute Details
#db_parameter_group_name ⇒ String
The name of the parameter group.
      16710 16711 16712 16713 16714 16715  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 16710 class AwsRdsDbParameterGroup < Struct.new( :db_parameter_group_name, :parameter_apply_status) SENSITIVE = [] include Aws::Structure end  | 
  
#parameter_apply_status ⇒ String
The status of parameter updates.
      16710 16711 16712 16713 16714 16715  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 16710 class AwsRdsDbParameterGroup < Struct.new( :db_parameter_group_name, :parameter_apply_status) SENSITIVE = [] include Aws::Structure end  |