Class: Aws::Kendra::Types::OneDriveUsers
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::OneDriveUsers
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
User accounts whose documents should be indexed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#one_drive_user_list ⇒ Array<String>
A list of users whose documents should be indexed.
-
#one_drive_user_s3_path ⇒ Types::S3Path
The S3 bucket location of a file containing a list of users whose documents should be indexed.
Instance Attribute Details
#one_drive_user_list ⇒ Array<String>
A list of users whose documents should be indexed. Specify the user
names in email format, for example, username@tenantdomain
. If you
need to index the documents of more than 100 users, use the
OneDriveUserS3Path
field to specify the location of a file
containing a list of users.
7623 7624 7625 7626 7627 7628 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7623 class OneDriveUsers < Struct.new( :one_drive_user_list, :one_drive_user_s3_path) SENSITIVE = [] include Aws::Structure end |
#one_drive_user_s3_path ⇒ Types::S3Path
The S3 bucket location of a file containing a list of users whose documents should be indexed.
7623 7624 7625 7626 7627 7628 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7623 class OneDriveUsers < Struct.new( :one_drive_user_list, :one_drive_user_s3_path) SENSITIVE = [] include Aws::Structure end |