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.



8008
8009
8010
8011
# File 'lib/aws-sdk-rds/types.rb', line 8008

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