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

Class: Aws::Lightsail::Types::RelationalDatabaseBlueprint

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

Overview

Describes a database image, or blueprint. A blueprint describes the major engine version of a database.

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_idString

The ID for the database blueprint.

Returns:

  • (String)

    The ID for the database blueprint.

#engineString

The database software of the database blueprint (for example, MySQL).

Possible values:

  • mysql

Returns:

  • (String)

    The database software of the database blueprint (for example, MySQL).

#engine_descriptionString

The description of the database engine for the database blueprint.

Returns:

  • (String)

    The description of the database engine for the database blueprint.

#engine_versionString

The database engine version for the database blueprint (for example, 5.7.23).

Returns:

  • (String)

    The database engine version for the database blueprint (for example, 5.7.23).

#engine_version_descriptionString

The description of the database engine version for the database blueprint.

Returns:

  • (String)

    The description of the database engine version for the database blueprint.

#is_engine_defaultBoolean

A Boolean value indicating whether the engine version is the default for the database blueprint.

Returns:

  • (Boolean)

    A Boolean value indicating whether the engine version is the default for the database blueprint.