class Aws::ECRPublic::Types::BatchCheckLayerAvailabilityRequest

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

data as a hash:

    {
      registry_id: "RegistryIdOrAlias",
      repository_name: "RepositoryName", # required
      layer_digests: ["BatchedOperationLayerDigest"], # required
    }

@!attribute [rw] registry_id

The AWS account ID associated with the public registry that contains
the image layers to check. If you do not specify a registry, the
default public registry is assumed.
@return [String]

@!attribute [rw] repository_name

The name of the repository that is associated with the image layers
to check.
@return [String]

@!attribute [rw] layer_digests

The digests of the image layers to check.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/BatchCheckLayerAvailabilityRequest AWS API Documentation

Constants

SENSITIVE