Class: Aws::Kendra::Types::DescribePrincipalMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribePrincipalMappingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The identifier of the data source to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
-
#group_id ⇒ String
The identifier of the group required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
-
#index_id ⇒ String
The identifier of the index required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-kendra/types.rb', line 3978 class DescribePrincipalMappingRequest < Struct.new( :index_id, :data_source_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The identifier of the group required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-kendra/types.rb', line 3978 class DescribePrincipalMappingRequest < Struct.new( :index_id, :data_source_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.
3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-kendra/types.rb', line 3978 class DescribePrincipalMappingRequest < Struct.new( :index_id, :data_source_id, :group_id) SENSITIVE = [] include Aws::Structure end |