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

Class: Aws::Glue::Types::UpdateRegistryInput

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

Overview

Note:

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

{
  registry_id: { # required
    registry_name: "SchemaRegistryNameString",
    registry_arn: "GlueResourceArn",
  },
  description: "DescriptionString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the registry. If description is not provided, this field will not be updated.

Returns:

  • (String)

    A description of the registry.

#registry_idTypes::RegistryId

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

Returns:

  • (Types::RegistryId)

    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).