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

Inherits:
Struct
  • Object
show all
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

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

Returns:

  • (Array<String>)


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_pathTypes::S3Path

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

Returns:



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