Class: Aws::Neptune::Types::DescribeEngineDefaultParametersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DescribeEngineDefaultParametersResult
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
Instance Attribute Details
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
4514 4515 4516 4517 4518 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4514 class DescribeEngineDefaultParametersResult < Struct.new( :engine_defaults) SENSITIVE = [] include Aws::Structure end |