Values.GetFieldResponseSourceObject to store detailed field information.
type nonrec t = {fieldId : FieldId.t option;Unique identifier of the field.
*)name : FieldName.t option;Name of the field.
*)fieldArn : FieldArn.t option;The Amazon Resource Name (ARN) of the field.
*)description : FieldDescription.t option;Description of the field.
*)type_ : FieldType.t option;Type of the field.
*)namespace : FieldNamespace.t option;Namespace of the field.
*)deleted : Deleted.t option;Denotes whether or not the resource has been deleted.
*)createdTime : CreatedTime.t option;Timestamp at which the resource was created.
*)lastModifiedTime : LastModifiedTime.t option;Timestamp at which the resource was created or last modified.
*)attributes : FieldAttributes.t option;Union of field attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Deleted.t
| `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of FieldId.t
| `Structure of
(string
* [> `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list
| `Timestamp of CreatedTime.t ])
list ]