Class: Aws::RDS::Types::CopyDBParameterGroupResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::CopyDBParameterGroupResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_parameter_group  ⇒ Types::DBParameterGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the details of an Amazon RDS DB parameter group. 
Instance Attribute Details
#db_parameter_group ⇒ Types::DBParameterGroup
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the ‘DescribeDBParameterGroups` action.
| 1462 1463 1464 1465 1466 | # File 'lib/aws-sdk-rds/types.rb', line 1462 class CopyDBParameterGroupResult < Struct.new( :db_parameter_group) SENSITIVE = [] include Aws::Structure end |