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)


7358
7359
7360
7361
7362
7363
7364
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7358

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)


7358
7359
7360
7361
7362
7363
7364
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7358

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

#statusString

The status of the schema.

Returns:

  • (String)


7358
7359
7360
7361
7362
7363
7364
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7358

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