class Aws::Glue::Types::CreateSchemaResponse

@!attribute [rw] registry_name

The name of the registry.
@return [String]

@!attribute [rw] registry_arn

The Amazon Resource Name (ARN) of the registry.
@return [String]

@!attribute [rw] schema_name

The name of the schema.
@return [String]

@!attribute [rw] schema_arn

The Amazon Resource Name (ARN) of the schema.
@return [String]

@!attribute [rw] description

A description of the schema if specified when created.
@return [String]

@!attribute [rw] data_format

The data format of the schema definition. Currently `AVRO` and
`JSON` are supported.
@return [String]

@!attribute [rw] compatibility

The schema compatibility mode.
@return [String]

@!attribute [rw] schema_checkpoint

The version number of the checkpoint (the last time the
compatibility mode was changed).
@return [Integer]

@!attribute [rw] latest_schema_version

The latest version of the schema associated with the returned schema
definition.
@return [Integer]

@!attribute [rw] next_schema_version

The next version of the schema associated with the returned schema
definition.
@return [Integer]

@!attribute [rw] schema_status

The status of the schema.
@return [String]

@!attribute [rw] tags

The tags for the schema.
@return [Hash<String,String>]

@!attribute [rw] schema_version_id

The unique identifier of the first schema version.
@return [String]

@!attribute [rw] schema_version_status

The status of the first schema version created.
@return [String]

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

Constants

SENSITIVE