Class: Aws::ConnectParticipant::Types::StartAttachmentUploadResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

A unique identifier for the attachment.

Returns:

  • (String)

811
812
813
814
815
816
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 811

class StartAttachmentUploadResponse < Struct.new(
  :attachment_id,
  :upload_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#upload_metadataTypes::UploadMetadata

The headers to be provided while uploading the file to the URL.


811
812
813
814
815
816
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 811

class StartAttachmentUploadResponse < Struct.new(
  :attachment_id,
  :upload_metadata)
  SENSITIVE = []
  include Aws::Structure
end