class Aws::Imagebuilder::Types::ListContainerRecipesRequest

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

data as a hash:

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

@!attribute [rw] owner

Returns container recipes belonging to the specified owner, that
have been shared with you. You can omit this field to return
container recipes belonging to your account.
@return [String]

@!attribute [rw] filters

Use the following filters to streamline results:

* `containerType`

* `name`

* `parentImage`

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

@!attribute [rw] max_results

The maximum number of results to return in the list.
@return [Integer]

@!attribute [rw] next_token

Provides a token for pagination, which determines where to begin the
next set of results when the current set reaches the maximum for one
request.
@return [String]

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

Constants

SENSITIVE