Class: Aws::ConnectParticipant::Types::StartAttachmentUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::StartAttachmentUploadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
A unique identifier for the attachment.
-
#upload_metadata ⇒ Types::UploadMetadata
The headers to be provided while uploading the file to the URL.
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 811 class StartAttachmentUploadResponse < Struct.new( :attachment_id, :upload_metadata) SENSITIVE = [] include Aws::Structure end |
#upload_metadata ⇒ Types::UploadMetadata
The headers to be provided while uploading the file to the URL.
811 812 813 814 815 816 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 811 class StartAttachmentUploadResponse < Struct.new( :attachment_id, :upload_metadata) SENSITIVE = [] include Aws::Structure end |