Class: Aws::Glue::Types::DeleteAttachmentResponse

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

#identifierString

The unique identifier of the asset.

Returns:

  • (String)


9529
9530
9531
9532
9533
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9529

class DeleteAttachmentResponse < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end