Class: Aws::Kendra::Types::AdditionalResultAttribute

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

Overview

An attribute returned from an index query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key that identifies the attribute.

Returns:

  • (String)


96
97
98
99
100
101
102
# File 'lib/aws-sdk-kendra/types.rb', line 96

class AdditionalResultAttribute < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::AdditionalResultAttributeValue

An object that contains the attribute value.



96
97
98
99
100
101
102
# File 'lib/aws-sdk-kendra/types.rb', line 96

class AdditionalResultAttribute < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The data type of the ‘Value` property.

Returns:

  • (String)


96
97
98
99
100
101
102
# File 'lib/aws-sdk-kendra/types.rb', line 96

class AdditionalResultAttribute < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end