Values.EngagementMemberSummarySourceThe EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement.
type nonrec t = {companyName : MemberCompanyName.t option;The official name of the member's company or organization.
*)websiteUrl : String_.t option;The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
*)}