Skip to content

Qbusiness  >  Structures  >  GroupMembers

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.

s3_path_for_group_members class-attribute instance-attribute
s3_path_for_group_members: S3 | None = None

Information required for Amazon Q Business to find a specific file in an Amazon S3 bucket.