Class: Aws::Neptune::Types::CopyDBParameterGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CopyDBParameterGroupResult
- Defined in:
- gems/aws-sdk-neptune/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.
534 535 536 537 538 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 534 class CopyDBParameterGroupResult < Struct.new( :db_parameter_group) SENSITIVE = [] include Aws::Structure end |