Values_2.PredefinedAttributeSummarySourceSummary of a predefined attribute.
type nonrec t = {name : Values_0.PredefinedAttributeName.t option;The name of the predefined attribute.
*)lastModifiedTime : Values_0.Timestamp.t option;Last modified time.
*)lastModifiedRegion : Values_0.RegionName.t option;Last modified region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PredefinedAttributeName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]