Values.MessageTemplateAttachmentSourceInformation about the message template attachment.
type nonrec t = {contentDisposition : ContentDisposition.t option;The presentation information for the attachment file.
*)name : AttachmentFileName.t option;The name of the attachment file being uploaded. The name should include the file extension.
*)uploadedTime : SyntheticTimestamp_date_time.t option;The timestamp when the attachment file was uploaded.
*)url : Url.t option;A pre-signed Amazon S3 URL that can be used to download the attachment file.
*)urlExpiry : SyntheticTimestamp_date_time.t option;The expiration time of the pre-signed Amazon S3 URL.
*)attachmentId : Uuid.t option;The identifier of the attachment file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AttachmentFileName.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]