class Aws::Kendra::Types::DocumentAttributeValue
The value of a custom document attribute. You can only provide one value for a custom attribute.
@note When making an API call, you may pass DocumentAttributeValue
data as a hash: { string_value: "DocumentAttributeStringValue", string_list_value: ["String"], long_value: 1, date_value: Time.now, }
@!attribute [rw] string_value
A string, such as "department". @return [String]
@!attribute [rw] string_list_value
A list of strings. @return [Array<String>]
@!attribute [rw] long_value
A long integer value. @return [Integer]
@!attribute [rw] date_value
A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. For example, 20120325T123010+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DocumentAttributeValue AWS API Documentation
Constants
- SENSITIVE