class Aws::Kendra::Types::DocumentAttribute
A custom attribute value assigned to a document.
@note When making an API call, you may pass DocumentAttribute
data as a hash: { key: "DocumentAttributeKey", # required value: { # required string_value: "DocumentAttributeStringValue", string_list_value: ["String"], long_value: 1, date_value: Time.now, }, }
@!attribute [rw] key
The identifier for the attribute. @return [String]
@!attribute [rw] value
The value of the attribute. @return [Types::DocumentAttributeValue]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DocumentAttribute AWS API Documentation
Constants
- SENSITIVE