Class: Aws::RDS::Types::DescribeEngineDefaultParametersResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#engine_defaultsTypes::EngineDefaults

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.



6740
6741
6742
6743
# File 'lib/aws-sdk-rds/types.rb', line 6740

class DescribeEngineDefaultParametersResult < Struct.new(
  :engine_defaults)
  include Aws::Structure
end