Class: Aws::Glue::Types::DeleteAttachmentRequest

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

#attachment_nameString

The name of the attachment to delete.

Returns:

  • (String)


9516
9517
9518
9519
9520
9521
# File 'lib/aws-sdk-glue/types.rb', line 9516

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

#identifierString

The unique identifier of the asset from which to delete the attachment.

Returns:

  • (String)


9516
9517
9518
9519
9520
9521
# File 'lib/aws-sdk-glue/types.rb', line 9516

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