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

Class: Aws::Glue::Types::GetSchemaByDefinitionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The date and time the schema was created.

Returns:

  • (String)

    The date and time the schema was created.

#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.

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the schema.

#schema_version_idString

The schema ID of the schema version.

Returns:

  • (String)

    The schema ID of the schema version.

#statusString

The status of the schema version.

Possible values:

  • AVAILABLE
  • PENDING
  • FAILURE
  • DELETING

Returns:

  • (String)

    The status of the schema version.