Class: Aws::RDS::Types::DescribeEngineDefaultParametersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeEngineDefaultParametersResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the
DescribeEngineDefaultParametersaction.
Instance Attribute Details
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the
DescribeEngineDefaultParameters action.
15187 15188 15189 15190 15191 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15187 class DescribeEngineDefaultParametersResult < Struct.new( :engine_defaults) SENSITIVE = [] include Aws::Structure end |