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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


8918
8919
8920
8921
8922
8923
8924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8918

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)


8918
8919
8920
8921
8922
8923
8924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8918

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

#statusString

The status of the schema.

Returns:

  • (String)


8918
8919
8920
8921
8922
8923
8924
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8918

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