class Aws::ECR::Types::BatchDeleteImageRequest

Deletes specified images within a specified repository. Images are specified with either the `imageTag` or `imageDigest`.

@note When making an API call, you may pass BatchDeleteImageRequest

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      image_ids: [ # required
        {
          image_digest: "ImageDigest",
          image_tag: "ImageTag",
        },
      ],
    }

@!attribute [rw] registry_id

The Amazon Web Services account ID associated with the registry that
contains the image to delete. If you do not specify a registry, the
default registry is assumed.
@return [String]

@!attribute [rw] repository_name

The repository that contains the image to delete.
@return [String]

@!attribute [rw] image_ids

A list of image ID references that correspond to images to delete.
The format of the `imageIds` reference is `imageTag=tag` or
`imageDigest=digest`.
@return [Array<Types::ImageIdentifier>]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/BatchDeleteImageRequest AWS API Documentation

Constants

SENSITIVE