AWSConnectGetAttachedFileRequest
Objective-C
@interface AWSConnectGetAttachedFileRequest
Swift
class AWSConnectGetAttachedFileRequest
Request to GetAttachedFile API. Required parameters: [InstanceId, FileId, AssociatedResourceArn]
-
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associatedResourceArn;
Swift
var associatedResourceArn: String? { get set }
-
The unique identifier of the attached file resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fileId;
Swift
var fileId: String? { get set }
-
The unique identifier of the Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable urlExpiryInSeconds;
Swift
var urlExpiryInSeconds: NSNumber? { get set }