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.



7599
7600
7601
7602
7603
7604
7605
# File 'lib/aws-sdk-glue/types.rb', line 7599

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

#schema_nameString

The name of the schema being deleted.



7599
7600
7601
7602
7603
7604
7605
# File 'lib/aws-sdk-glue/types.rb', line 7599

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

#statusString

The status of the schema.



7599
7600
7601
7602
7603
7604
7605
# File 'lib/aws-sdk-glue/types.rb', line 7599

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