class Aws::Imagebuilder::Types::ListImageBuildVersionsRequest
@note When making an API call, you may pass ListImageBuildVersionsRequest
data as a hash: { image_version_arn: "ImageVersionArn", # required filters: [ { name: "FilterName", values: ["FilterValue"], }, ], max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] image_version_arn
The Amazon Resource Name (ARN) of the image whose build versions you want to retrieve. @return [String]
@!attribute [rw] filters
Use the following filters to streamline results: * `name` * `osVersion` * `platform` * `type` * `version` @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/ListImageBuildVersionsRequest AWS API Documentation
Constants
- SENSITIVE