Class: Aws::Kendra::Types::DocumentAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DocumentAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
A document attribute or metadata field. To create custom document attributes, see [Custom attributes].
[1]: docs.aws.amazon.com/kendra/latest/dg/custom-attributes.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The identifier for the attribute.
-
#value ⇒ Types::DocumentAttributeValue
The value of the attribute.
Instance Attribute Details
#key ⇒ String
The identifier for the attribute.
4523 4524 4525 4526 4527 4528 |
# File 'lib/aws-sdk-kendra/types.rb', line 4523 class DocumentAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DocumentAttributeValue
The value of the attribute.
4523 4524 4525 4526 4527 4528 |
# File 'lib/aws-sdk-kendra/types.rb', line 4523 class DocumentAttribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |