Values.ResourceSetSummarySourceSummarizes the resource sets used in a policy.
type nonrec t = {id : Base62Id.t option;A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
*)name : Name.t option;The descriptive name of the resource set. You can't change the name of a resource set after you create it.
*)description : Description.t option;A description of the resource set.
*)lastUpdateTime : TimeStamp.t option;The last time that the resource set was changed.
*)resourceSetStatus : ResourceSetStatus.t option;Indicates whether the resource set is in or out of an admin's Region scope. ACTIVE - The administrator can manage and delete the resource set. OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Base62Id.t
| `Timestamp of TimeStamp.t ])
list ]