Method: Aws::Kendra::Types::EntityPersonaConfiguration#entity_id
- Defined in:
- lib/aws-sdk-kendra/types.rb
#entity_id ⇒ String
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
4937 4938 4939 4940 4941 4942 |
# File 'lib/aws-sdk-kendra/types.rb', line 4937 class EntityPersonaConfiguration < Struct.new( :entity_id, :persona) SENSITIVE = [] include Aws::Structure end |