AWSConnectParticipantStartAttachmentUploadResponse
Objective-C
@interface AWSConnectParticipantStartAttachmentUploadResponse
Swift
class AWSConnectParticipantStartAttachmentUploadResponse
-
A unique identifier for the attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentId;Swift
var attachmentId: String? { get set } -
Fields to be used while uploading the attachment.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectParticipantUploadMetadata *_Nullable uploadMetadata;Swift
var uploadMetadata: AWSConnectParticipantUploadMetadata? { get set }
View on GitHub
Install in Dash
AWSConnectParticipantStartAttachmentUploadResponse Class Reference