Values_1.DescribeHubContentRequestSourceDescribe the content of a hub.
type nonrec t = {hubName : Values_0.HubNameOrArn.t;The name of the hub that contains the content to describe.
*)hubContentType : Values_0.HubContentType.t;The type of content in the hub.
*)hubContentName : Values_0.HubContentName.t;The name of the content to describe.
*)hubContentVersion : Values_0.HubContentVersion.t option;The version of the content to describe.
*)}val make :
?hubContentVersion:??? ->
hubName:Values_0.HubNameOrArn.t ->
hubContentType:Values_0.HubContentType.t ->
hubContentName:Values_0.HubContentName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.HubNameOrArn.t ])
list ]