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

Class: Aws::RDS::Types::InstallationMedia

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

Overview

Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_availability_zone_idString

The custom Availability Zone (AZ) that contains the installation media.

Returns:

  • (String)

    The custom Availability Zone (AZ) that contains the installation media.

#engineString

The DB engine.

Returns:

  • (String)

    The DB engine.

#engine_installation_media_pathString

The path to the installation medium for the DB engine.

Returns:

  • (String)

    The path to the installation medium for the DB engine.

#engine_versionString

The engine version of the DB engine.

Returns:

  • (String)

    The engine version of the DB engine.

#failure_causeTypes::InstallationMediaFailureCause

If an installation media failure occurred, the cause of the failure.

Returns:

#installation_media_idString

The installation medium ID.

Returns:

  • (String)

    The installation medium ID.

#os_installation_media_pathString

The path to the installation medium for the operating system associated with the DB engine.

Returns:

  • (String)

    The path to the installation medium for the operating system associated with the DB engine.

#statusString

The status of the installation medium.

Returns:

  • (String)

    The status of the installation medium.