AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kendra
/
aws.sdk.kotlin.services.kendra.model
/
DocumentAttributeValueType
Document
Attribute
Value
Type
sealed
class
DocumentAttributeValueType
Inheritors
DateValue
LongValue
StringListValue
StringValue
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Date
Value
Link copied to clipboard
object
DateValue
:
DocumentAttributeValueType
Long
Value
Link copied to clipboard
object
LongValue
:
DocumentAttributeValueType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentAttributeValueType
String
List
Value
Link copied to clipboard
object
StringListValue
:
DocumentAttributeValueType
String
Value
Link copied to clipboard
object
StringValue
:
DocumentAttributeValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String