Class: Aws::Kendra::Types::OneDriveUsers

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

User accounts whose documents should be indexed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#one_drive_user_listArray<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 10 users, use the `OneDriveUserS3Path` field to specify the location of a file containing a list of users.

Returns:

  • (Array<String>)


7665
7666
7667
7668
7669
7670
# File 'lib/aws-sdk-kendra/types.rb', line 7665

class OneDriveUsers < Struct.new(
  :one_drive_user_list,
  :one_drive_user_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#one_drive_user_s3_pathTypes::S3Path

The S3 bucket location of a file containing a list of users whose documents should be indexed.

Returns:



7665
7666
7667
7668
7669
7670
# File 'lib/aws-sdk-kendra/types.rb', line 7665

class OneDriveUsers < Struct.new(
  :one_drive_user_list,
  :one_drive_user_s3_path)
  SENSITIVE = []
  include Aws::Structure
end