Class: Aws::BedrockAgentRuntime::Types::RetrievalResultContentColumn

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

Overview

Contains information about a column with a cell to return in retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


8662
8663
8664
8665
8666
8667
8668
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8662

class RetrievalResultContentColumn < Struct.new(
  :column_name,
  :column_value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#column_valueString

The value in the column.

Returns:

  • (String)


8662
8663
8664
8665
8666
8667
8668
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8662

class RetrievalResultContentColumn < Struct.new(
  :column_name,
  :column_value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the value.

Returns:

  • (String)


8662
8663
8664
8665
8666
8667
8668
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8662

class RetrievalResultContentColumn < Struct.new(
  :column_name,
  :column_value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end