Class: Aws::Kendra::Types::DisassociatePersonasFromEntitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DisassociatePersonasFromEntitiesRequest
- Defined in:
- gems/aws-sdk-kendra/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.
4430 4431 4432 4433 4434 4435 4436 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4430 class DisassociatePersonasFromEntitiesRequest < Struct.new( :id, :index_id, :entity_ids) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of your Amazon Kendra experience.
4430 4431 4432 4433 4434 4435 4436 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4430 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.
4430 4431 4432 4433 4434 4435 4436 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4430 class DisassociatePersonasFromEntitiesRequest < Struct.new( :id, :index_id, :entity_ids) SENSITIVE = [] include Aws::Structure end |