Values_2.HubInfoSourceInformation about a hub.
type nonrec t = {hubName : Values_0.HubName.t option;The name of the hub.
*)hubArn : Values_0.HubArn.t option;The Amazon Resource Name (ARN) of the hub.
*)hubDisplayName : Values_0.HubDisplayName.t option;The display name of the hub.
*)hubDescription : Values_0.HubDescription.t option;A description of the hub.
*)hubSearchKeywords : Values_0.HubSearchKeywordList.t option;The searchable keywords for the hub.
*)hubStatus : Values_1.HubStatus.t option;The status of the hub.
*)creationTime : Values_0.Timestamp.t option;The date and time that the hub was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the hub was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.HubName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]