AWS SDK for Kotlin
Toggle table of contents
1.6.36
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhuborchestrator
/
aws.sdk.kotlin.services.migrationhuborchestrator.model
/
DataType
Data
Type
sealed
class
DataType
Inheritors
Integer
String
Stringlist
Stringmap
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Integer
Link copied to clipboard
object
Integer
:
DataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataType
String
Link copied to clipboard
object
String
:
DataType
Stringlist
Link copied to clipboard
object
Stringlist
:
DataType
Stringmap
Link copied to clipboard
object
Stringmap
:
DataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String