Class: Aws::BedrockAgentRuntime::Types::ExternalSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The unique external source of the content contained in the wrapper object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byte_contentTypes::ByteContentDoc

The identifier, contentType, and data of the external source wrapper object.



426
427
428
429
430
431
432
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 426

class ExternalSource < Struct.new(
  :byte_content,
  :s3_location,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#s3_locationTypes::S3ObjectDoc

The S3 location of the external source wrapper object.

Returns:



426
427
428
429
430
431
432
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 426

class ExternalSource < Struct.new(
  :byte_content,
  :s3_location,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type of the external source wrapper object.

Returns:

  • (String)


426
427
428
429
430
431
432
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 426

class ExternalSource < Struct.new(
  :byte_content,
  :s3_location,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end