The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::AppStream::Image

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::AppStream::Image object:

  $service_obj->Method(Att1 => { Applications => $value, ..., Visibility => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::AppStream::Image object:

  $result = $service_obj->Method(...);
  $result->Att1->Applications

DESCRIPTION

New streaming instances are booted from images. The image stores the application catalog and is connected to fleets.

ATTRIBUTES

Applications => ArrayRef[Paws::AppStream::Application]

  The applications associated with an image.

Arn => Str

  The ARN for the image.

BaseImageArn => Str

  The source image ARN from which this image was created.

CreatedTime => Str

  The timestamp when the image was created.

Description => Str

  A meaningful description for the image.

DisplayName => Str

  The display name for the image.

ImageBuilderSupported => Bool

  Whether an image builder can be launched from this image.

REQUIRED Name => Str

  The unique identifier for the image.

Platform => Str

  The operating system platform of the image.

PublicBaseImageReleasedDate => Str

  The AWS 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.

State => Str

  The image starts in the B<PENDING> state, and then moves to
B<AVAILABLE> if image creation succeeds and B<FAILED> if image creation
has failed.

StateChangeReason => Paws::AppStream::ImageStateChangeReason

  The reason why the last state change occurred.

Visibility => Str

  The visibility of an image to the user; images can be public or
private.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::AppStream

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues