Values_1.HierarchyGroupSourceContains information about a hierarchy group.
type nonrec t = {id : Values_0.HierarchyGroupId.t option;The identifier of the hierarchy group.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the hierarchy group.
*)name : Values_0.HierarchyGroupName.t option;The name of the hierarchy group.
*)levelId : HierarchyLevelId.t option;The identifier of the level in the hierarchy group.
*)hierarchyPath : HierarchyPath.t option;Information about the levels in the hierarchy group.
*)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
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.HierarchyGroupId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of Values_0.HierarchyGroupId.t
| `Timestamp of Values_0.Timestamp.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]