Class: Aws::RDS::Types::DBParameterGroupNameMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DBParameterGroupNameMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the result of a successful invocation of the ‘ModifyDBParameterGroup` or `ResetDBParameterGroup` operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the DB parameter group. 
Instance Attribute Details
#db_parameter_group_name ⇒ String
The name of the DB parameter group.
| 9663 9664 9665 9666 9667 | # File 'lib/aws-sdk-rds/types.rb', line 9663 class DBParameterGroupNameMessage < Struct.new( :db_parameter_group_name) SENSITIVE = [] include Aws::Structure end |