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

Class: Aws::Imagebuilder::Types::ImageSummary

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

Overview

An image summary.

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.

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

#ownerString

The owner of the image.

Returns:

  • (String)

    The owner of the image.

#platformString

The platform of the image.

Possible values:

  • Windows
  • Linux

Returns:

  • (String)

    The platform of the 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 version of the image.

Returns:

  • (String)

    The version of the image.