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

Class: Aws::Glue::Types::SchemaVersionListItem

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

Overview

An object containing the details about a schema version.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The date and time the schema version was created.

Returns:

  • (String)

    The date and time the schema version was created.

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the schema.

#schema_version_idString

The unique identifier of the schema version.

Returns:

  • (String)

    The unique identifier 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.

#version_numberInteger

The version number of the schema.

Returns:

  • (Integer)

    The version number of the schema.