Class: Aws::RDS::Types::CreateDBParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBParameterGroupResult
- Defined in:
- gems/aws-sdk-rds/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.
5731 5732 5733 5734 5735 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 5731 class CreateDBParameterGroupResult < Struct.new( :db_parameter_group) SENSITIVE = [] include Aws::Structure end |