AWS SDK for Kotlin
Toggle table of contents
1.8.38
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
timestreaminfluxdb
/
aws.sdk.kotlin.services.timestreaminfluxdb.model
/
ResourceType
Resource
Type
sealed
class
ResourceType
Inheritors
DbCluster
DbInstance
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Db
Cluster
Link copied to clipboard
object
DbCluster
:
ResourceType
Db
Instance
Link copied to clipboard
object
DbInstance
:
ResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String