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

Class: Aws::Glue::Types::DeleteRegistryResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#registry_arnString

The Amazon Resource Name (ARN) of the registry being deleted.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the registry being deleted.

#registry_nameString

The name of the registry being deleted.

Returns:

  • (String)

    The name of the registry being deleted.

#statusString

The status of the registry. A successful operation will return the Deleting status.

Possible values:

  • AVAILABLE
  • DELETING

Returns:

  • (String)

    The status of the registry.