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

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

Instance Attribute Details

#s3_locationTypes::S3Location

An S3 bucket path.

Returns:



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