class Aws::WorkSpaces::Types::DescribeWorkspaceImagesRequest
@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceImagesRequest AWS API Documentation
@return [Integer]
The maximum number of items to return.
@!attribute [rw] max_results
@return [String]
paginated, provide this token to receive the next set of results.
If you received a ‘NextToken` from a previous call that was
@!attribute [rw] next_token
@return [String]
The type (owned or shared) of the image.
@!attribute [rw] image_type
@return [Array<String>]
The identifier of the image.
@!attribute [rw] image_ids
}
max_results: 1,
next_token: “PaginationToken”,
image_type: “OWNED”, # accepts OWNED, SHARED
image_ids: [“WorkspaceImageId”],
{
data as a hash:
@note When making an API call, you may pass DescribeWorkspaceImagesRequest