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

Class: Aws::Glue::Types::CreateRegistryResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry.

Returns:

  • (String)

    A description of the registry.

#registry_arnString

The Amazon Resource Name (ARN) of the newly created registry.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the newly created registry.

#registry_nameString

The name of the registry.

Returns:

  • (String)

    The name of the registry.

#tagsHash<String,String>

The tags for the registry.

Returns:

  • (Hash<String,String>)

    The tags for the registry.