AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
DatabaseType
Database
Type
sealed
class
DatabaseType
Inheritors
MySql
PostgreSql
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
My
Sql
Link copied to clipboard
object
MySql
:
DatabaseType
Postgre
Sql
Link copied to clipboard
object
PostgreSql
:
DatabaseType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DatabaseType
Properties
value
Link copied to clipboard
abstract
val
value
:
String