Class: Aws::QBusiness::Types::GroupMembers
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GroupMembers
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_groups ⇒ Array<Types::MemberGroup>
A list of sub groups that belong to a group.
-
#member_users ⇒ Array<Types::MemberUser>
A list of users that belong to a group.
-
#s3_path_for_group_members ⇒ Types::S3
Information required for Amazon Q Business to find a specific file in an Amazon S3 bucket.
Instance Attribute Details
#member_groups ⇒ Array<Types::MemberGroup>
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".
3745 3746 3747 3748 3749 3750 3751 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3745 class GroupMembers < Struct.new( :member_groups, :member_users, :s3_path_for_group_members) SENSITIVE = [] include Aws::Structure end |
#member_users ⇒ Array<Types::MemberUser>
A list of users that belong to a group. For example, a list of interns all belong to the "Interns" group.
3745 3746 3747 3748 3749 3750 3751 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3745 class GroupMembers < Struct.new( :member_groups, :member_users, :s3_path_for_group_members) SENSITIVE = [] include Aws::Structure end |
#s3_path_for_group_members ⇒ Types::S3
Information required for Amazon Q Business to find a specific file in an Amazon S3 bucket.
3745 3746 3747 3748 3749 3750 3751 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3745 class GroupMembers < Struct.new( :member_groups, :member_users, :s3_path_for_group_members) SENSITIVE = [] include Aws::Structure end |