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

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

#asset_identifierString

The unique identifier of the asset.

Returns:

  • (String)


9542
9543
9544
9545
9546
# File 'lib/aws-sdk-glue/types.rb', line 9542

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