class Aws::Glue::Types::SchemaReference

An object that references a schema stored in the Glue Schema Registry.

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

data as a hash:

    {
      schema_id: {
        schema_arn: "GlueResourceArn",
        schema_name: "SchemaRegistryNameString",
        registry_name: "SchemaRegistryNameString",
      },
      schema_version_id: "SchemaVersionIdString",
      schema_version_number: 1,
    }

@!attribute [rw] schema_id

A structure that contains schema identity fields. Either this or the
`SchemaVersionId` has to be provided.
@return [Types::SchemaId]

@!attribute [rw] schema_version_id

The unique ID assigned to a version of the schema. Either this or
the `SchemaId` has to be provided.
@return [String]

@!attribute [rw] schema_version_number

The version number of the schema.
@return [Integer]

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

Constants

SENSITIVE