Class: Aws::Neptune::Types::CreateDBParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateDBParameterGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_parameter_group ⇒ Types::DBParameterGroup
Contains the details of an Amazon Neptune DB parameter group.
Instance Attribute Details
#db_parameter_group ⇒ Types::DBParameterGroup
Contains the details of an Amazon Neptune DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-neptune/types.rb', line 1535 class CreateDBParameterGroupResult < Struct.new( :db_parameter_group) SENSITIVE = [] include Aws::Structure end |