Values.FieldSummarySourceObject for the summarized details of the field.
type nonrec t = {fieldId : FieldId.t option;The unique identifier of a field.
*)fieldArn : FieldArn.t option;The Amazon Resource Name (ARN) of the field.
*)name : FieldName.t option;Name of the field.
*)type_ : FieldType.t option;The type of a field.
*)namespace : FieldNamespace.t option;The namespace of a field.
*)attributes : FieldAttributes.t option;Union of field attributes.
*)}