Class: Aws::Kendra::Types::DataSourceGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceGroup
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Data source information for user context filtering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The identifier of the data source group you want to add to your list of data source groups.
-
#group_id ⇒ String
The identifier of the group you want to add to your list of groups.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2926 class DataSourceGroup < Struct.new( :group_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2926 class DataSourceGroup < Struct.new( :group_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |