class Aws::ECR::Types::BatchGetImageRequest
@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchGetImageRequest AWS API Documentation
@return [Array<String>]
‘application/vnd.oci.image.manifest.v1+json`
| `application/vnd.docker.distribution.manifest.v2+json` |
Valid values: `application/vnd.docker.distribution.manifest.v1+json`
The accepted media types for the request.
@!attribute [rw] accepted_media_types
@return [Array<Types::ImageIdentifier>]
`imageDigest=digest`.
The format of the `imageIds` reference is `imageTag=tag` or
A list of image ID references that correspond to images to describe.
@!attribute [rw] image_ids
@return [String]
The repository that contains the images to describe.
@!attribute [rw] repository_name
@return [String]
registry is assumed.
images to describe. If you do not specify a registry, the default
The AWS account ID associated with the registry that contains the
@!attribute [rw] registry_id
}
accepted_media_types: [“MediaType”],
],
},
image_tag: “ImageTag”,
image_digest: “ImageDigest”,
{
image_ids: [ # required
repository_name: “RepositoryName”, # required
registry_id: “RegistryId”,
{
data as a hash:
@note When making an API call, you may pass BatchGetImageRequest