AWS SDK for Kotlin
Toggle table of contents
1.5.76
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
timestreaminfluxdb
/
aws.sdk.kotlin.services.timestreaminfluxdb.model
/
EngineType
Engine
Type
sealed
class
EngineType
Inheritors
InfluxdbV2
InfluxdbV3Core
InfluxdbV3Enterprise
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Influxdb
V2
Link copied to clipboard
object
InfluxdbV2
:
EngineType
Influxdb
V3Core
Link copied to clipboard
object
InfluxdbV3Core
:
EngineType
Influxdb
V3Enterprise
Link copied to clipboard
object
InfluxdbV3Enterprise
:
EngineType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EngineType
Properties
value
Link copied to clipboard
abstract
val
value
:
String