Values.ResourceShareInvitationSourceDescribes an invitation for an Amazon Web Services account to join a resource share.
type nonrec t = {senderAccountId : String_.t option;The ID of the Amazon Web Services account that sent the invitation.
*)receiverAccountId : String_.t option;The ID of the Amazon Web Services account that received the invitation.
*)invitationTimestamp : DateTime.t option;The date and time when the invitation was sent.
*)status : ResourceShareInvitationStatus.t option;The current status of the invitation.
*)receiverArn : String_.t option;The Amazon Resource Name (ARN) of the IAM user or role that received the invitation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]
list
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]