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
show all
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

Instance Attribute Details

#bucketString

The name of the S3 bucket that contains the file.

Returns:

  • (String)

    The name of the S3 bucket that contains the file.

#keyString

The name of the file.

Returns:

  • (String)

    The name of the file.