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

Class: Aws::Neptune::Types::DBEngineVersion

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

Overview

This data type is used as a response element in the action DescribeDBEngineVersions.

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 DB parameter group family for the database engine.

Returns:

  • (String)

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

#default_character_setTypes::CharacterSet

(Not supported by Neptune)

Returns:

#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 CloudWatch Logs.

Returns:

  • (Array<String>)

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

#supported_character_setsArray<Types::CharacterSet>

(Not supported by Neptune)

Returns:

#supported_timezonesArray<Types::Timezone>

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

Returns:

  • (Array<Types::Timezone>)

    A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

#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.

#supports_read_replicaBoolean

Indicates whether the database engine version supports read replicas.

Returns:

  • (Boolean)

    Indicates whether the database engine version supports read replicas.

#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.