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

Class: Aws::Glue::Types::CreateSchemaResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compatibilityString

The schema compatibility mode.

Possible values:

  • NONE
  • DISABLED
  • BACKWARD
  • BACKWARD_ALL
  • FORWARD
  • FORWARD_ALL
  • FULL
  • FULL_ALL

Returns:

  • (String)

    The schema compatibility mode.

#data_formatString

The data format of the schema definition. Currently only AVRO is supported.

Possible values:

  • AVRO

Returns:

  • (String)

    The data format of the schema definition.

#descriptionString

A description of the schema if specified when created.

Returns:

  • (String)

    A description of the schema if specified when created.

#latest_schema_versionInteger

The latest version of the schema associated with the returned schema definition.

Returns:

  • (Integer)

    The latest version of the schema associated with the returned schema definition.

#next_schema_versionInteger

The next version of the schema associated with the returned schema definition.

Returns:

  • (Integer)

    The next version of the schema associated with the returned schema definition.

#registry_arnString

The Amazon Resource Name (ARN) of the registry.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the registry.

#registry_nameString

The name of the registry.

Returns:

  • (String)

    The name of the registry.

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the schema.

#schema_checkpointInteger

The version number of the checkpoint (the last time the compatibility mode was changed).

Returns:

  • (Integer)

    The version number of the checkpoint (the last time the compatibility mode was changed).

#schema_nameString

The name of the schema.

Returns:

  • (String)

    The name of the schema.

#schema_statusString

The status of the schema.

Possible values:

  • AVAILABLE
  • PENDING
  • DELETING

Returns:

  • (String)

    The status of the schema.

#schema_version_idString

The unique identifier of the first schema version.

Returns:

  • (String)

    The unique identifier of the first schema version.

#schema_version_statusString

The status of the first schema version created.

Possible values:

  • AVAILABLE
  • PENDING
  • FAILURE
  • DELETING

Returns:

  • (String)

    The status of the first schema version created.

#tagsHash<String,String>

The tags for the schema.

Returns:

  • (Hash<String,String>)

    The tags for the schema.