You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::DeleteRepositoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteRepositoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

If a repository contains images, forces the deletion.

Returns:

  • (Boolean)

    If a repository contains images, forces the deletion.

#registry_idString

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

Returns:

  • (String)

    The AWS account ID associated with the registry that contains the repository to delete.

#repository_nameString

The name of the repository to delete.

Returns:

  • (String)

    The name of the repository to delete.