Learn R Programming

paws.end.user.computing (version 0.9.0)

workspaces_describe_workspace_images: Retrieves a list that describes one or more specified images, if the image identifiers are provided

Description

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.

Usage

workspaces_describe_workspace_images(
  ImageIds = NULL,
  ImageType = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ImageIds

The identifier of the image.

ImageType

The type (owned or shared) of the image.

NextToken

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

MaxResults

The maximum number of items to return.