Class: Aws::Kendra::Types::DescribePrincipalMappingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The identifier of the data source to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.

Returns:

  • (String)


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_idString

The identifier of the group required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.

Returns:

  • (String)


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_idString

The identifier of the index required to check the processing of ‘PUT` and `DELETE` actions for mapping users to their groups.

Returns:

  • (String)


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