class Aws::Imagebuilder::Types::ListImagesResponse
@!attribute [rw] request_id
The request ID that uniquely identifies this request. @return [String]
@!attribute [rw] image_version_list
The list of image semantic versions. <note markdown="1"> The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. **Filtering:** When you retrieve or reference a resource with a semantic version, you can use wildcards (x) to filter your results. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards. For example, specifying "1.2.x", or "1.x.x" works to filter list results, but neither "1.x.2", nor "x.2.x" will work. You do not have to specify the build - Image Builder automatically uses a wildcard for that, if applicable. </note> @return [Array<Types::ImageVersion>]
@!attribute [rw] next_token
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ListImagesResponse AWS API Documentation
Constants
- SENSITIVE