You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::EngineDefaults

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_familyString

Specifies the name of the DB parameter group family that the engine default parameters apply to.

Returns:

  • (String)

    Specifies the name of the DB parameter group family that the engine default parameters apply to.

#markerString

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Returns:

  • (String)

    An optional pagination token provided by a previous EngineDefaults request.

#parametersArray<Types::Parameter>

Contains a list of engine default parameters.

Returns: