Class: Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
- Includes:
- Structure
- Defined in:
- 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 ‘DescribeEngineDefaultParameters` action.
Instance Attribute Details
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the ‘DescribeEngineDefaultParameters` action.
14100 14101 14102 14103 14104 |
# File 'lib/aws-sdk-rds/types.rb', line 14100 class DescribeEngineDefaultClusterParametersResult < Struct.new( :engine_defaults) SENSITIVE = [] include Aws::Structure end |