class Aws::Glue::Types::RegistryId

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

@note When making an API call, you may pass RegistryId

data as a hash:

    {
      registry_name: "SchemaRegistryNameString",
      registry_arn: "GlueResourceArn",
    }

@!attribute [rw] registry_name

Name of the registry. Used only for lookup. One of `RegistryArn` or
`RegistryName` has to be provided.
@return [String]

@!attribute [rw] registry_arn

Arn of the registry to be updated. One of `RegistryArn` or
`RegistryName` has to be provided.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RegistryId AWS API Documentation

Constants

SENSITIVE