Values.AccessorSourceThe properties of the Accessor.
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.
*)billingToken : AccessorBillingTokenString.t option;The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
*)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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceIdString.t
| `Timestamp of Timestamp.t ])
list ]