Values_0.AttachmentReferenceSourceInformation about a reference when the referenceType is ATTACHMENT. Otherwise, null.
type nonrec t = {name : ReferenceKey.t option;Identifier of the attachment reference.
*)value : ReferenceValue.t option;The location path of the attachment reference.
*)status : ReferenceStatus.t option;Status of the attachment reference type.
*)arn : ReferenceArn.t option;The Amazon Resource Name (ARN) of the attachment reference.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ReferenceKey.t ]) list ]