class Aws::AppStream::Types::Image

Describes an image.

@!attribute [rw] name

The name of the image.
@return [String]

@!attribute [rw] arn

The ARN of the image.
@return [String]

@!attribute [rw] base_image_arn

The ARN of the image from which this image was created.
@return [String]

@!attribute [rw] display_name

The image name to display.
@return [String]

@!attribute [rw] state

The image starts in the `PENDING` state. If image creation succeeds,
the state is `AVAILABLE`. If image creation fails, the state is
`FAILED`.
@return [String]

@!attribute [rw] visibility

Indicates whether the image is public or private.
@return [String]

@!attribute [rw] image_builder_supported

Indicates whether an image builder can be launched from this image.
@return [Boolean]

@!attribute [rw] image_builder_name

The name of the image builder that was used to create the private
image. If the image is shared, this value is null.
@return [String]

@!attribute [rw] platform

The operating system platform of the image.
@return [String]

@!attribute [rw] description

The description to display.
@return [String]

@!attribute [rw] state_change_reason

The reason why the last state change occurred.
@return [Types::ImageStateChangeReason]

@!attribute [rw] applications

The applications associated with the image.
@return [Array<Types::Application>]

@!attribute [rw] created_time

The time the image was created.
@return [Time]

@!attribute [rw] public_base_image_released_date

The release date of the public base image. For private images, this
date is the release date of the base image from which the image was
created.
@return [Time]

@!attribute [rw] appstream_agent_version

The version of the AppStream 2.0 agent to use for instances that are
launched from this image.
@return [String]

@!attribute [rw] image_permissions

The permissions to provide to the destination AWS account for the
specified image.
@return [Types::ImagePermissions]

@!attribute [rw] image_errors

Describes the errors that are returned when a new image can't be
created.
@return [Array<Types::ResourceError>]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Image AWS API Documentation

Constants

SENSITIVE