class Aws::ECRPublic::Types::DeleteRepositoryRequest

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

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      force: false,
    }

@!attribute [rw] registry_id

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

@!attribute [rw] repository_name

The name of the repository to delete.
@return [String]

@!attribute [rw] force

If a repository contains images, forces the deletion.
@return [Boolean]

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

Constants

SENSITIVE