class Aws::Kendra::Types::S3Path

Information required to find a specific file in an Amazon S3 bucket.

@note When making an API call, you may pass S3Path

data as a hash:

    {
      bucket: "S3BucketName", # required
      key: "S3ObjectKey", # required
    }

@!attribute [rw] bucket

The name of the S3 bucket that contains the file.
@return [String]

@!attribute [rw] key

The name of the file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/S3Path AWS API Documentation

Constants

SENSITIVE