class Aws::AppStream::Types::DescribeImagesRequest

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

data as a hash:

    {
      names: ["String"],
      arns: ["Arn"],
      type: "PUBLIC", # accepts PUBLIC, PRIVATE, SHARED
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] names

The names of the public or private images to describe.
@return [Array<String>]

@!attribute [rw] arns

The ARNs of the public, private, and shared images to describe.
@return [Array<String>]

@!attribute [rw] type

The type of image (public, private, or shared) to describe.
@return [String]

@!attribute [rw] next_token

The pagination token to use to retrieve the next page of results for
this operation. If this value is null, it retrieves the first page.
@return [String]

@!attribute [rw] max_results

The maximum size of each page of results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImagesRequest AWS API Documentation

Constants

SENSITIVE