Class: Aws::BedrockAgent::Types::S3Content
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::S3Content
- 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
-
#s3_location ⇒ Types::S3Location
The S3 location of the file containing the content to ingest.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
The S3 location of the file containing the content to ingest.
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 |