GroupMembers¶
Structure Class¶
GroupMembers
dataclass
¶
A list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.
Attributes¶
member_groups
class-attribute
instance-attribute
¶
member_groups: list[MemberGroup] | None = None
A list of sub groups that belong to a group. For example, the sub groups "Research", "Engineering", and "Sales and Marketing" all belong to the group "Company".
member_users
class-attribute
instance-attribute
¶
member_users: list[MemberUser] | None = None
A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.