You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::S3Path
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::S3Path
- Defined in:
- (unknown)
Overview
Note:
When passing S3Path as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket: "S3BucketName", # required
key: "S3ObjectKey", # required
}
Information required to find a specific file in an Amazon S3 bucket.
Returned by:
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the S3 bucket that contains the file.
-
#key ⇒ String
The name of the file.
Instance Attribute Details
#bucket ⇒ String
The name of the S3 bucket that contains the file.
#key ⇒ String
The name of the file.