class Aws::Imagebuilder::Types::ListImagesRequest

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

data as a hash:

    {
      owner: "Self", # accepts Self, Shared, Amazon
      filters: [
        {
          name: "FilterName",
          values: ["FilterValue"],
        },
      ],
      by_name: false,
      max_results: 1,
      next_token: "PaginationToken",
      include_deprecated: false,
    }

@!attribute [rw] owner

The owner defines which images you want to list. By default, this
request will only show images owned by your account. You can use
this field to specify if you want to view images owned by yourself,
by Amazon, or those images that have been shared with you by other
customers.
@return [String]

@!attribute [rw] filters

Use the following filters to streamline results:

* `name`

* `osVersion`

* `platform`

* `type`

* `version`
@return [Array<Types::Filter>]

@!attribute [rw] by_name

Requests a list of images with a specific recipe name.
@return [Boolean]

@!attribute [rw] max_results

The maximum items to return in a request.
@return [Integer]

@!attribute [rw] next_token

A token to specify where to start paginating. This is the NextToken
from a previously truncated response.
@return [String]

@!attribute [rw] include_deprecated

Includes deprecated images in the response list.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ListImagesRequest AWS API Documentation

Constants

SENSITIVE