AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
InputColumnDataType
Input
Column
Data
Type
sealed
class
InputColumnDataType
Inheritors
Bit
Boolean
Datetime
Decimal
Integer
Json
String
SdkUnknown
Members
Types
Bit
Link copied to clipboard
object
Bit
:
InputColumnDataType
Boolean
Link copied to clipboard
object
Boolean
:
InputColumnDataType
Companion
Link copied to clipboard
object
Companion
Datetime
Link copied to clipboard
object
Datetime
:
InputColumnDataType
Decimal
Link copied to clipboard
object
Decimal
:
InputColumnDataType
Integer
Link copied to clipboard
object
Integer
:
InputColumnDataType
Json
Link copied to clipboard
object
Json
:
InputColumnDataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InputColumnDataType
String
Link copied to clipboard
object
String
:
InputColumnDataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String