Class: Aws::QBusiness::Types::S3

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket that contains the file.

Returns:

  • (String)


5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5159

class S3 < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The name of the file.

Returns:

  • (String)


5159
5160
5161
5162
5163
5164
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5159

class S3 < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end