class Aws::Imagebuilder::Types::ListImageRecipesRequest

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

data as a hash:

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

@!attribute [rw] owner

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

@!attribute [rw] filters

Use the following filters to streamline results:

* `name`

* `parentImage`

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

@!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]

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

Constants

SENSITIVE