AWSConnectBatchGetAttachedFileMetadataRequest
Objective-C
@interface AWSConnectBatchGetAttachedFileMetadataRequest
Swift
class AWSConnectBatchGetAttachedFileMetadataRequest
-
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 identifiers of the attached file resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable fileIds;Swift
var fileIds: [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 }
View on GitHub
Install in Dash
AWSConnectBatchGetAttachedFileMetadataRequest Class Reference