Values.AccessTokenItemSourceSummary information about a token.
type nonrec t = {id : ResourceId.t option;The unique identifier of the token.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the token.
*)createdAt : ISO8601TimeString.t option;The date and time when the token was created.
*)dnsViewId : ResourceId.t option;The ID of the DNS view associated with the token.
*)expiresAt : ISO8601TimeString.t option;The date and time when the token expires.
*)globalResolverId : ResourceId.t option;The ID of the global resolver associated with the token.
*)name : ResourceNameShort.t option;The name of the token.
*)status : TokenStatus.t option;The current status of the token.
*)updatedAt : ISO8601TimeString.t option;The date and time when the token was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]