Class: Aws::Kendra::Types::DescribePrincipalMappingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribePrincipalMappingResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
Shows the identifier of the data source to see information on the processing of
PUT
andDELETE
actions for mapping users to their groups. -
#group_id ⇒ String
Shows the identifier of the group to see information on the processing of
PUT
andDELETE
actions for mapping users to their groups. -
#group_ordering_id_summaries ⇒ Array<Types::GroupOrderingIdSummary>
Shows the following information on the processing of
PUT
andDELETE
actions for mapping users to their groups:. -
#index_id ⇒ String
Shows the identifier of the index to see information on the processing of
PUT
andDELETE
actions for mapping users to their groups.
Instance Attribute Details
#data_source_id ⇒ String
Shows the identifier of the data source to see information on the
processing of PUT
and DELETE
actions for mapping users to their
groups.
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_id ⇒ String
Shows the identifier of the group to see information on the
processing of PUT
and DELETE
actions for mapping users to their
groups.
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_summaries ⇒ Array<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
, orFAILED
.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.
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_id ⇒ String
Shows the identifier of the index to see information on the
processing of PUT
and DELETE
actions for mapping users to their
groups.
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 |