Values.InvitationSourceProvides information about an Amazon Macie membership invitation.
type nonrec t = {accountId : string option;The Amazon Web Services account ID for the account that sent the invitation.
*)invitationId : string option;The unique identifier for the invitation.
*)invitedAt : string option;The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
*)relationshipStatus : RelationshipStatus.t option;The status of the relationship between the account that sent the invitation and the account that received the invitation.
*)}