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

Class: Aws::Glue::Types::DeleteSchemaResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arnString

The Amazon Resource Name (ARN) of the schema being deleted.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the schema being deleted.

#schema_nameString

The name of the schema being deleted.

Returns:

  • (String)

    The name of the schema being deleted.

#statusString

The status of the schema.

Possible values:

  • AVAILABLE
  • PENDING
  • DELETING

Returns:

  • (String)

    The status of the schema.