Class: Aws::BedrockAgent::Types::IntermediateStorage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_locationTypes::S3Location

An S3 bucket path.

Returns:



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