Class: Aws::Kendra::Types::DataSourceGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceGroup
- Includes:
- Structure
- Defined in:
- 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.
2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-kendra/types.rb', line 2893 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.
2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-kendra/types.rb', line 2893 class DataSourceGroup < Struct.new( :group_id, :data_source_id) SENSITIVE = [] include Aws::Structure end |