Values_1.HierarchyLevelSourceContains information about a hierarchy level.
type nonrec t = {id : HierarchyLevelId.t option;The identifier of the hierarchy level.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the hierarchy level.
*)name : HierarchyLevelName.t option;The name of the hierarchy level.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HierarchyLevelId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]