class Aws::Imagebuilder::Types::ListImagePipelinesRequest
@note When making an API call, you may pass ListImagePipelinesRequest
data as a hash: { filters: [ { name: "FilterName", values: ["FilterValue"], }, ], max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] filters
Use the following filters to streamline results: * `description` * `distributionConfigurationArn` * `imageRecipeArn` * `infrastructureConfigurationArn` * `name` * `status` @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/ListImagePipelinesRequest AWS API Documentation
Constants
- SENSITIVE