Values.AccessorSummarySourceA summary of accessor properties.
type nonrec t = {id : ResourceIdString.t option;The unique identifier of the accessor.
*)type_ : AccessorType.t option;The type of the accessor. Currently accessor type is restricted to BILLING_TOKEN.
*)status : AccessorStatus.t option;The current status of the accessor.
*)creationDate : Timestamp.t option;The creation date and time of the accessor.
*)arn : ArnString.t option;The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
*)networkType : AccessorNetworkType.t option;The blockchain network that the Accessor token is created for.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceIdString.t
| `Timestamp of Timestamp.t ])
list ]