Class: Aws::BedrockAgent::Types::SupplementalDataStorageLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains information about a storage location for images extracted from multimodal documents in your data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Contains information about the Amazon S3 location for the extracted images.



10051
10052
10053
10054
10055
10056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10051

class SupplementalDataStorageLocation < Struct.new(
  :type,
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the storage service used for this location.



10051
10052
10053
10054
10055
10056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10051

class SupplementalDataStorageLocation < Struct.new(
  :type,
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end