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
Fields to be used while uploading the attachment.
Instance Attribute Details
#attachment_id ⇒ String
A unique identifier for the attachment.
739 740 741 742 743 744 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 739 class StartAttachmentUploadResponse < Struct.new( :attachment_id, :upload_metadata) SENSITIVE = [] include Aws::Structure end |
#upload_metadata ⇒ Types::UploadMetadata
Fields to be used while uploading the attachment.
739 740 741 742 743 744 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 739 class StartAttachmentUploadResponse < Struct.new( :attachment_id, :upload_metadata) SENSITIVE = [] include Aws::Structure end |