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.
3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-kendra/types.rb', line 3893 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.
3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-kendra/types.rb', line 3893 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.
3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-kendra/types.rb', line 3893 class DescribePrincipalMappingRequest < Struct.new( :index_id, :data_source_id, :group_id) SENSITIVE = [] include Aws::Structure end |