Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
See https://www.paws-r-sdk.com/docs/appstream_describe_images/ for full documentation.
appstream_describe_images(
Names = NULL,
Arns = NULL,
Type = NULL,
NextToken = NULL,
MaxResults = NULL
)
The names of the public or private images to describe.
The ARNs of the public, private, and shared images to describe.
The type of image (public, private, or shared) to describe.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
The maximum size of each page of results.