appstream_describe_images {paws.end.user.computing} | R Documentation |
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided
Description
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.
Usage
appstream_describe_images(
Names = NULL,
Arns = NULL,
Type = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Names |
The names of the public or private images to describe. |
Arns |
The ARNs of the public, private, and shared images to describe. |
Type |
The type of image (public, private, or shared) to describe. |
NextToken |
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. |
MaxResults |
The maximum size of each page of results. |
[Package paws.end.user.computing version 0.7.0 Index]