Class: Aws::Kendra::Types::DisassociatePersonasFromEntitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DisassociatePersonasFromEntitiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_ids ⇒ Array<String>
The identifiers of users or groups in your IAM Identity Center identity source.
-
#id ⇒ String
The identifier of your Amazon Kendra experience.
-
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
Instance Attribute Details
#entity_ids ⇒ Array<String>
The identifiers of users or groups in your IAM Identity Center identity source. For example, user IDs could be user emails.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-kendra/types.rb', line 4396 class DisassociatePersonasFromEntitiesRequest < Struct.new( :id, :index_id, :entity_ids) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of your Amazon Kendra experience.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-kendra/types.rb', line 4396 class DisassociatePersonasFromEntitiesRequest < Struct.new( :id, :index_id, :entity_ids) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-kendra/types.rb', line 4396 class DisassociatePersonasFromEntitiesRequest < Struct.new( :id, :index_id, :entity_ids) SENSITIVE = [] include Aws::Structure end |