Class: Aws::Kendra::Types::DocumentAttribute

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

Overview

A document attribute or metadata field. To create custom document attributes, see Custom attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The identifier for the attribute.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4557

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

#valueTypes::DocumentAttributeValue

The value of the attribute.



4557
4558
4559
4560
4561
4562
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4557

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