AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
applicationsignals
/
aws.sdk.kotlin.services.applicationsignals.model
/
DurationUnit
Duration
Unit
sealed
class
DurationUnit
Inheritors
Day
Hour
Minute
Month
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Day
Link copied to clipboard
object
Day
:
DurationUnit
Hour
Link copied to clipboard
object
Hour
:
DurationUnit
Minute
Link copied to clipboard
object
Minute
:
DurationUnit
Month
Link copied to clipboard
object
Month
:
DurationUnit
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DurationUnit
Properties
value
Link copied to clipboard
abstract
val
value
:
String