Values_2.UsageProfileDefinitionSourceDescribes an Glue usage profile.
type nonrec t = {name : Values_0.NameString.t option;The name of the usage profile.
*)description : Values_0.DescriptionString.t option;A description of the usage profile.
*)createdOn : Values_0.TimestampValue.t option;The date and time when the usage profile was created.
*)lastModifiedOn : Values_0.TimestampValue.t option;The date and time when the usage profile was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.NameString.t
| `Timestamp of Values_0.TimestampValue.t ])
list ]