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.
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 displayed to end users.
DisplayName => Str
The image name displayed to end users.
ImageBuilderSupported => Bool
Indicates whether an image builder can be launched from this 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