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

Class: Aws::Glue::Types::RegisterSchemaVersionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#schema_version_idString

The unique ID that represents the version of this schema.

Returns:

  • (String)

    The unique ID that represents the version of this schema.

#statusString

The status of the schema version.

Possible values:

  • AVAILABLE
  • PENDING
  • FAILURE
  • DELETING

Returns:

  • (String)

    The status of the schema version.

#version_numberInteger

The version of this schema (for sync flow only, in case this is the first version).

Returns:

  • (Integer)

    The version of this schema (for sync flow only, in case this is the first version).