Class: Aws::BedrockAgent::Types::S3Content

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

Overview

Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The S3 location of the file containing the content to ingest.

Returns:



8538
8539
8540
8541
8542
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8538

class S3Content < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end