class Aws::ECR::Types::DescribeImageScanFindingsRequest


@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImageScanFindingsRequest AWS API Documentation
@return [Integer]
to 100 results and a ‘nextToken` value, if applicable.
parameter is not used, then `DescribeImageScanFindings` returns up
`nextToken` value. This value can be between 1 and 1000. If this
another `DescribeImageScanFindings` request with the returned
The remaining results of the initial request can be seen by sending
results in a single page along with a `nextToken` response element.
is used, `DescribeImageScanFindings` only returns `maxResults`
`DescribeImageScanFindings` in paginated output. When this parameter
The maximum number of image scan results returned by
@!attribute [rw] max_results
@return [String]
to return.
`nextToken` value. This value is null when there are no more results
continues from the end of the previous results that returned the
the results exceeded the value of that parameter. Pagination
`DescribeImageScanFindings` request where `maxResults` was used and
The `nextToken` value returned from a previous paginated
@!attribute [rw] next_token
@return [Types::ImageIdentifier]
An object with identifying information for an Amazon ECR image.
@!attribute [rw] image_id
@return [String]
findings.
The repository for the image for which to describe the scan
@!attribute [rw] repository_name
@return [String]
do not specify a registry, the default registry is assumed.
repository in which to describe the image scan findings for. If you
The AWS account ID associated with the registry that contains the
@!attribute [rw] registry_id
}
max_results: 1,
next_token: “NextToken”,
},
image_tag: “ImageTag”,
image_digest: “ImageDigest”,
image_id: { # required
repository_name: “RepositoryName”, # required
registry_id: “RegistryId”,
{
data as a hash:
@note When making an API call, you may pass DescribeImageScanFindingsRequest