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

Class: Aws::Glue::Types::RegistryListItem

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

Overview

A structure containing the details for a registry.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The data the registry was created.

Returns:

  • (String)

    The data the registry was created.

#descriptionString

A description of the registry.

Returns:

  • (String)

    A description of the registry.

#registry_arnString

The Amazon Resource Name (ARN) of the registry.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the registry.

#registry_nameString

The name of the registry.

Returns:

  • (String)

    The name of the registry.

#statusString

The status of the registry.

Possible values:

  • AVAILABLE
  • DELETING

Returns:

  • (String)

    The status of the registry.

#updated_timeString

The date the registry was updated.

Returns:

  • (String)

    The date the registry was updated.