AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
timestreaminfluxdb
/
aws.sdk.kotlin.services.timestreaminfluxdb.model
/
DurationType
Duration
Type
sealed
class
DurationType
Inheritors
Hours
Milliseconds
Minutes
Seconds
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Hours
Link copied to clipboard
object
Hours
:
DurationType
Milliseconds
Link copied to clipboard
object
Milliseconds
:
DurationType
Minutes
Link copied to clipboard
object
Minutes
:
DurationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DurationType
Seconds
Link copied to clipboard
object
Seconds
:
DurationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String