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)


739
740
741
742
743
744
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 739

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

#upload_metadataTypes::UploadMetadata

Fields to be used while uploading the attachment.



739
740
741
742
743
744
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 739

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