Class: Aws::Kendra::Types::AdditionalResultAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AdditionalResultAttribute
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
An attribute returned from an index query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key that identifies the attribute.
-
#value ⇒ Types::AdditionalResultAttributeValue
An object that contains the attribute value.
-
#value_type ⇒ String
The data type of the
Value
property.
Instance Attribute Details
#key ⇒ String
The key that identifies the attribute.
96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 96 class AdditionalResultAttribute < Struct.new( :key, :value_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::AdditionalResultAttributeValue
An object that contains the attribute value.
96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 96 class AdditionalResultAttribute < Struct.new( :key, :value_type, :value) SENSITIVE = [] include Aws::Structure end |
#value_type ⇒ String
The data type of the Value
property.
96 97 98 99 100 101 102 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 96 class AdditionalResultAttribute < Struct.new( :key, :value_type, :value) SENSITIVE = [] include Aws::Structure end |