DownloadUrl

A presigned URL for downloading an attachment, along with the date and time the URL expires. Returned by GetAttachmentDownloadLink.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.

Link copied to clipboard
val url: String

The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from downloadv1.attachments.support.{region}.amazonaws.com. The downloadv1 prefix is subject to change.

Functions

Link copied to clipboard
inline fun copy(block: DownloadUrl.Builder.() -> Unit = {}): DownloadUrl
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String