Class: Aws::Kendra::Types::S3Path
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::S3Path
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Note:
When making an API call, you may pass S3Path data as a hash:
{
bucket: "S3BucketName", # required
key: "S3ObjectKey", # required
}
Information required to find a specific file in an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the S3 bucket that contains the file.
-
#key ⇒ String
The name of the file.