Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

4057
4058
4059
4060
4061
4062
4063
4064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4057

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)

4057
4058
4059
4060
4061
4062
4063
4064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4057

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:


4057
4058
4059
4060
4061
4062
4063
4064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4057

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)

4057
4058
4059
4060
4061
4062
4063
4064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4057

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