![]() |
![]()
| ![]() |
![]()
NAMEPaws::AppStream::Image USAGEThis 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 DESCRIPTIONDescribes an image. ATTRIBUTESApplications => ArrayRef[Paws::AppStream::Application]The applications associated with the image. AppstreamAgentVersion => StrThe version of the AppStream 2.0 agent to use for instances that are launched from this image. Arn => StrThe ARN of the image. BaseImageArn => StrThe ARN of the image from which this image was created. CreatedTime => StrThe time the image was created. Description => StrThe description to display. DisplayName => StrThe image name to display. ImageBuilderName => StrThe name of the image builder that was used to create the private image. If the image is shared, this value is null. ImageBuilderSupported => BoolIndicates whether an image builder can be launched from this image. ImageErrors => ArrayRef[Paws::AppStream::ResourceError]Describes the errors that are returned when a new image can't be created. ImagePermissions => Paws::AppStream::ImagePermissionsThe permissions to provide to the destination AWS account for the specified image. REQUIRED Name => StrThe name of the image. Platform => StrThe operating system platform of the image. PublicBaseImageReleasedDate => StrThe 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 => StrThe image starts in the "PENDING" state. If image creation succeeds, the state is "AVAILABLE". If image creation fails, the state is "FAILED". StateChangeReason => Paws::AppStream::ImageStateChangeReasonThe reason why the last state change occurred. Visibility => StrIndicates whether the image is public or private. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AppStream BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|