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