Values_0.AttachedFileSourceInformation about the attached file.
type nonrec t = {creationTime : ISO8601Datetime.t option;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.
*)fileArn : ARN.t option;The unique identifier of the attached file resource (ARN).
*)fileId : FileId.t option;The unique identifier of the attached file resource.
*)fileName : FileName.t option;A case-sensitive name of the attached file being uploaded.
*)fileSizeInBytes : FileSizeInBytes.t option;The size of the attached file in bytes.
*)fileStatus : FileStatusType.t option;The current status of the attached file.
*)createdBy : CreatedByInfo.t option;Represents the identity that created the file.
*)fileUseCaseType : FileUseCaseType.t option;The use case for the file.
*)associatedResourceArn : ARN.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of FileSizeInBytes.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ISO8601Datetime.t
| `Structure of (string * [> `String of ARN.t ]) list ])
list ]