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

Class: Aws::Imagebuilder::Types::ImageVersion

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

Overview

An image semantic version.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the image semantic version.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image semantic version.

#date_createdString

The date at which this image semantic version was created.

Returns:

  • (String)

    The date at which this image semantic version was created.

#nameString

The name of the image semantic version.

Returns:

  • (String)

    The name of the image semantic version.

#os_versionString

The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

Returns:

  • (String)

    The operating system version of the instance.

#ownerString

The owner of the image semantic version.

Returns:

  • (String)

    The owner of the image semantic version.

#platformString

The platform of the image semantic version.

Possible values:

  • Windows
  • Linux

Returns:

  • (String)

    The platform of the image semantic version.

#versionString

The semantic version of the image semantic version.

Returns:

  • (String)

    The semantic version of the image semantic version.