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.
4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-kendra/types.rb', line 4012 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.
4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-kendra/types.rb', line 4012 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.
4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-kendra/types.rb', line 4012 class DescribePrincipalMappingRequest < Struct.new( :index_id, :data_source_id, :group_id) SENSITIVE = [] include Aws::Structure end |