AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
DataTableAttributeValueType
Data
Table
Attribute
Value
Type
sealed
class
DataTableAttributeValueType
Inheritors
Boolean
Number
NumberList
Text
TextList
SdkUnknown
Members
Types
Boolean
Link copied to clipboard
object
Boolean
:
DataTableAttributeValueType
Companion
Link copied to clipboard
object
Companion
Number
Link copied to clipboard
object
Number
:
DataTableAttributeValueType
Number
List
Link copied to clipboard
object
NumberList
:
DataTableAttributeValueType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataTableAttributeValueType
Text
Link copied to clipboard
object
Text
:
DataTableAttributeValueType
Text
List
Link copied to clipboard
object
TextList
:
DataTableAttributeValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String