Class: Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
- 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.
14673 14674 14675 14676 14677 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14673 class DescribeEngineDefaultClusterParametersResult < Struct.new( :engine_defaults) SENSITIVE = [] include Aws::Structure end |