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

Class: Aws::Glue::Types::SchemaListItem

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

Overview

An object that contains minimal details for a schema.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The date and time that a schema was created.

Returns:

  • (String)

    The date and time that a schema was created.

#descriptionString

A description for the schema.

Returns:

  • (String)

    A description for the schema.

#registry_nameString

the name of the registry where the schema resides.

Returns:

  • (String)

    the name of the registry where the schema resides.

#schema_arnString

The Amazon Resource Name (ARN) for the schema.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the schema.

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

#updated_timeString

The date and time that a schema was updated.

Returns:

  • (String)

    The date and time that a schema was updated.