You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OneDriveUsers as input to an Aws::Client method, you can use a vanilla Hash:

{
  one_drive_user_list: ["OneDriveUser"],
  one_drive_user_s3_path: {
    bucket: "S3BucketName", # required
    key: "S3ObjectKey", # required
  },
}

User accounts whose documents should be indexed.

Returned by:

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>)

    A list of users whose documents should be indexed.

#one_drive_user_s3_pathTypes::S3Path

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

Returns:

  • (Types::S3Path)

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