AWSConnectParticipantGetAttachmentRequest
Objective-C
@interface AWSConnectParticipantGetAttachmentRequest
Swift
class AWSConnectParticipantGetAttachmentRequest
-
A unique identifier for the attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentId;
Swift
var attachmentId: 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 }