Class: Aws::BedrockAgent::Types::IntermediateStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IntermediateStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
An S3 bucket path.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
An S3 bucket path.
4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4445 class IntermediateStorage < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |