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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arnString

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

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
# File 'lib/aws-sdk-glue/types.rb', line 7232

class DeleteSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema being deleted.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
# File 'lib/aws-sdk-glue/types.rb', line 7232

class DeleteSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the schema.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
# File 'lib/aws-sdk-glue/types.rb', line 7232

class DeleteSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end