AWSConnectStartAttachedFileUploadResponse

Objective-C

@interface AWSConnectStartAttachedFileUploadResponse

Swift

class AWSConnectStartAttachedFileUploadResponse

Response from StartAttachedFileUpload API.

  • Represents the identity that created the file.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectCreatedByInfo *_Nullable createdBy;

    Swift

    var createdBy: AWSConnectCreatedByInfo? { get set }
  • The time of Creation of the file resource as an ISO timestamp. It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable creationTime;

    Swift

    var creationTime: String? { get set }
  • The unique identifier of the attached file resource (ARN).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fileArn;

    Swift

    var fileArn: 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 current status of the attached file.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectFileStatusType fileStatus;

    Swift

    var fileStatus: AWSConnectFileStatusType { get set }
  • Information to be used while uploading the attached file.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectUploadUrlMetadata *_Nullable uploadUrlMetadata;

    Swift

    var uploadUrlMetadata: AWSConnectUploadUrlMetadata? { get set }