Values.ShareInvitationSummarySourceA share invitation summary return object.
type nonrec t = {permissionType : PermissionType.t option;workloadName : WorkloadName.t option;workloadId : WorkloadId.t option;lensName : LensName.t option;lensArn : LensArn.t option;The ARN for the lens.
*)profileName : ProfileName.t option;The profile name.
*)profileArn : ProfileArn.t option;The profile ARN.
*)templateName : TemplateName.t option;The name of the review template.
*)templateArn : TemplateArn.t option;The review template ARN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ShareInvitationId.t ]) list ]