AWSConnectParticipantStartAttachmentUploadRequest
Objective-C
@interface AWSConnectParticipantStartAttachmentUploadRequest
Swift
class AWSConnectParticipantStartAttachmentUploadRequest
-
A case-sensitive name of the attachment being uploaded.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentName;
Swift
var attachmentName: String? { get set }
-
The size of the attachment in bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable attachmentSizeInBytes;
Swift
var attachmentSizeInBytes: NSNumber? { get set }
-
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
The authentication token associated with the participant’s connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable connectionToken;
Swift
var connectionToken: String? { get set }
-
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentType;
Swift
var contentType: String? { get set }