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

Class: Aws::DocDB::Types::DBEngineVersion

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

Overview

Detailed information about an engine version.

Instance Attribute Summary collapse

Instance Attribute Details

#db_engine_descriptionString

The description of the database engine.

Returns:

  • (String)

    The description of the database engine.

#db_engine_version_descriptionString

The description of the database engine version.

Returns:

  • (String)

    The description of the database engine version.

#db_parameter_group_familyString

The name of the parameter group family for the database engine.

Returns:

  • (String)

    The name of the parameter group family for the database engine.

#engineString

The name of the database engine.

Returns:

  • (String)

    The name of the database engine.

#engine_versionString

The version number of the database engine.

Returns:

  • (String)

    The version number of the database engine.

#exportable_log_typesArray<String>

The types of logs that the database engine has available for export to Amazon CloudWatch Logs.

Returns:

  • (Array<String>)

    The types of logs that the database engine has available for export to Amazon CloudWatch Logs.

#supports_log_exports_to_cloudwatch_logsBoolean

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Returns:

  • (Boolean)

    A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

#valid_upgrade_targetArray<Types::UpgradeTarget>

A list of engine versions that this database engine version can be upgraded to.

Returns:

  • (Array<Types::UpgradeTarget>)

    A list of engine versions that this database engine version can be upgraded to.