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

Describes an image.

ATTRIBUTES

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

  The applications associated with the image.

AppstreamAgentVersion => Str

  The version of the AppStream 2.0 agent to use for instances that are
launched from this image.

Arn => Str

  The ARN of the image.

BaseImageArn => Str

  The ARN of the image from which this image was created.

CreatedTime => Str

  The time the image was created.

Description => Str

  The description to display.

DisplayName => Str

  The image name to display.

ImageBuilderName => Str

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

ImageBuilderSupported => Bool

  Indicates whether an image builder can be launched from this image.

ImagePermissions => Paws::AppStream::ImagePermissions

  The permissions to provide to the destination AWS account for the
specified image.

REQUIRED Name => Str

  The name of the image.

Platform => Str

  The operating system platform of the image.

PublicBaseImageReleasedDate => Str

  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.

State => Str

  The image starts in the C<PENDING> state. If image creation succeeds,
the state is C<AVAILABLE>. If image creation fails, the state is
C<FAILED>.

StateChangeReason => Paws::AppStream::ImageStateChangeReason

  The reason why the last state change occurred.

Visibility => Str

  Indicates whether the image is 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