class Aws::ECRPublic::Types::BatchDeleteImageRequest

@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 AWS account ID associated with the registry that contains the
image to delete. If you do not specify a registry, the default
public registry is assumed.
@return [String]

@!attribute [rw] repository_name

The repository in a public registry 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-public-2020-10-30/BatchDeleteImageRequest AWS API Documentation

Constants

SENSITIVE