class Aws::Imagebuilder::Types::ListComponentsRequest
@note When making an API call, you may pass ListComponentsRequest
data as a hash: { owner: "Self", # accepts Self, Shared, Amazon filters: [ { name: "FilterName", values: ["FilterValue"], }, ], by_name: false, max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] owner
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers. @return [String]
@!attribute [rw] filters
Use the following filters to streamline results: * `description` * `name` * `platform` * `supportedOsVersion` * `type` * `version` @return [Array<Types::Filter>]
@!attribute [rw] by_name
Returns the list of component build versions for the specified 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]
@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ListComponentsRequest AWS API Documentation
Constants
- SENSITIVE