Class: Aws::Kendra::Types::DescribePrincipalMappingResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

Shows the identifier of the data source to see information on the processing of PUT and DELETE actions for mapping users to their groups.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4023

class DescribePrincipalMappingResponse < Struct.new(
  :index_id,
  :data_source_id,
  :group_id,
  :group_ordering_id_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

Shows the identifier of the group to see information on the processing of PUT and DELETE actions for mapping users to their groups.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4023

class DescribePrincipalMappingResponse < Struct.new(
  :index_id,
  :data_source_id,
  :group_id,
  :group_ordering_id_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#group_ordering_id_summariesArray<Types::GroupOrderingIdSummary>

Shows the following information on the processing of PUT and DELETE actions for mapping users to their groups:

  • Status—the status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.

  • Last updated—the last date-time an action was updated.

  • Received—the last date-time an action was received or submitted.

  • Ordering ID—the latest action that should process and apply after other actions.

  • Failure reason—the reason an action could not be processed.

Returns:



4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4023

class DescribePrincipalMappingResponse < Struct.new(
  :index_id,
  :data_source_id,
  :group_id,
  :group_ordering_id_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

Shows the identifier of the index to see information on the processing of PUT and DELETE actions for mapping users to their groups.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
4029
4030
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4023

class DescribePrincipalMappingResponse < Struct.new(
  :index_id,
  :data_source_id,
  :group_id,
  :group_ordering_id_summaries)
  SENSITIVE = []
  include Aws::Structure
end