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

Class: Aws::Imagebuilder::Types::Image

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

Overview

An image build version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the image.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image.

#date_createdString

The date on which this image was created.

Returns:

  • (String)

    The date on which this image was created.

#distribution_configurationTypes::DistributionConfiguration

The distribution configuration used when creating this image.

Returns:

#enhanced_image_metadata_enabledBoolean

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

Returns:

  • (Boolean)

    Collects additional information about the image being created, including the operating system (OS) version and package list.

#image_recipeTypes::ImageRecipe

The image recipe used when creating the image.

Returns:

#image_tests_configurationTypes::ImageTestsConfiguration

The image tests configuration used when creating this image.

Returns:

#infrastructure_configurationTypes::InfrastructureConfiguration

The infrastructure used when creating this image.

Returns:

#nameString

The name of the image.

Returns:

  • (String)

    The name of the image.

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

#output_resourcesTypes::OutputResources

The output resources produced when creating this image.

Returns:

#platformString

The platform of the image.

Possible values:

  • Windows
  • Linux

Returns:

  • (String)

    The platform of the image.

#source_pipeline_arnString

The Amazon Resource Name (ARN) of the image pipeline that created this image.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the image pipeline that created this image.

#source_pipeline_nameString

The name of the image pipeline that created this image.

Returns:

  • (String)

    The name of the image pipeline that created this image.

#stateTypes::ImageState

The state of the image.

Returns:

#tagsHash<String,String>

The tags of the image.

Returns:

  • (Hash<String,String>)

    The tags of the image.

#versionString

The semantic version of the image.

Returns:

  • (String)

    The semantic version of the image.