class Aws::WorkSpaces::Types::DescribeWorkspaceImagePermissionsRequest

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

data as a hash:

    {
      image_id: "WorkspaceImageId", # required
      next_token: "PaginationToken",
      max_results: 1,
    }

@!attribute [rw] image_id

The identifier 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/DescribeWorkspaceImagePermissionsRequest AWS API Documentation

Constants

SENSITIVE