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

#asset_identifierString

The unique identifier of the asset.

Returns:

  • (String)


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

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