Class: Aws::BedrockAgent::Types::IntermediateStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IntermediateStorage
- Defined in:
- gems/aws-sdk-bedrockagent/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.
5603 5604 5605 5606 5607 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5603 class IntermediateStorage < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |