class Aws::Glue::Types::SchemaId

The unique ID of the schema in the Glue schema registry.

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

data as a hash:

    {
      schema_arn: "GlueResourceArn",
      schema_name: "SchemaRegistryNameString",
      registry_name: "SchemaRegistryNameString",
    }

@!attribute [rw] schema_arn

The Amazon Resource Name (ARN) of the schema. One of `SchemaArn` or
`SchemaName` has to be provided.
@return [String]

@!attribute [rw] schema_name

The name of the schema. One of `SchemaArn` or `SchemaName` has to be
provided.
@return [String]

@!attribute [rw] registry_name

The name of the schema registry that contains the schema.
@return [String]

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

Constants

SENSITIVE