Retrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.
See https://www.paws-r-sdk.com/docs/workspaces_describe_workspace_images/ for full documentation.
workspaces_describe_workspace_images(
ImageIds = NULL,
ImageType = NULL,
NextToken = NULL,
MaxResults = NULL
)
The identifier of the image.
The type (owned or shared) of the image.
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.
The maximum number of items to return.