AWSConnectDownloadUrlMetadata

Objective-C

@interface AWSConnectDownloadUrlMetadata

Swift

class AWSConnectDownloadUrlMetadata

Metadata used to download the attached file.

  • url

    A pre-signed URL that should be used to download the attached file.

    Declaration

    Objective-C

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

    Swift

    var url: String? { get set }
  • The expiration time of the URL in ISO timestamp. It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

    Declaration

    Objective-C

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

    Swift

    var urlExpiry: String? { get set }