class Aws::WorkSpaces::Types::DescribeWorkspaceImagesRequest

@note When making an API call, you may pass DescribeWorkspaceImagesRequest

data as a hash:

    {
      image_ids: ["WorkspaceImageId"],
      image_type: "OWNED", # accepts OWNED, SHARED
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] image_ids

The identifier of the image.
@return [Array<String>]

@!attribute [rw] image_type

The type (owned or shared) of the image.
@return [String]

@!attribute [rw] next_token

If you received a `NextToken` from a previous call that was
paginated, provide this token to receive the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of items to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImagesRequest AWS API Documentation

Constants

SENSITIVE