Values.NetworkSummarySourceA summary of network configuration properties.
type nonrec t = {id : ResourceIdString.t option;The unique identifier of the network.
*)name : NameString.t option;The name of the network.
*)description : DescriptionString.t option;An optional description of the network.
*)framework : Framework.t option;The blockchain framework that the network uses.
*)frameworkVersion : FrameworkVersionString.t option;The version of the blockchain framework that the network uses.
*)status : NetworkStatus.t option;The current status of the network.
*)creationDate : Timestamp.t option;The date and time that the network was created.
*)arn : ArnString.t option;The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceIdString.t
| `Timestamp of Timestamp.t ])
list ]