class Aws::ECR::Types::ListImagesRequest


@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesRequest AWS API Documentation
@return [Types::ListImagesFilter]
results.
The filter key and value with which to filter your ‘ListImages`
@!attribute [rw] filter
@return [Integer]
results and a `nextToken` value, if applicable.
this parameter is not used, then `ListImages` returns up to 100
returned `nextToken` value. This value can be between 1 and 100. If
request can be seen by sending another `ListImages` request with the
`nextToken` response element. The remaining results of the initial
returns `maxResults` results in a single page along with a
paginated output. When this parameter is used, `ListImages` only
The maximum number of image results returned by `ListImages` in
@!attribute [rw] max_results
@return [String]
</note>
programmatic purposes.
used to retrieve the next items in a list and not for other
<note markdown=“1”> This token should be treated as an opaque identifier that is only
This value is `null` when there are no more results to return.
end of the previous results that returned the `nextToken` value.
exceeded the value of that parameter. Pagination continues from the
`ListImages` request where `maxResults` was used and the results
The `nextToken` value returned from a previous paginated
@!attribute [rw] next_token
@return [String]
The repository whose image IDs are to be listed.
@!attribute [rw] repository_name
@return [String]
default registry is assumed.
repository to list images in. If you do not specify a registry, the
The AWS account ID associated with the registry that contains the
@!attribute [rw] registry_id
}
},
tag_status: “TAGGED”, # accepts TAGGED, UNTAGGED
filter: {
max_results: 1,
next_token: “NextToken”,
repository_name: “RepositoryName”, # required
registry_id: “RegistryId”,
{
data as a hash:
@note When making an API call, you may pass ListImagesRequest