AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
PeriodUnit
Period
Unit
sealed
class
PeriodUnit
Inheritors
Days
Hours
Months
Weeks
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Days
Link copied to clipboard
object
Days
:
PeriodUnit
Hours
Link copied to clipboard
object
Hours
:
PeriodUnit
Months
Link copied to clipboard
object
Months
:
PeriodUnit
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PeriodUnit
Weeks
Link copied to clipboard
object
Weeks
:
PeriodUnit
Properties
value
Link copied to clipboard
abstract
val
value
:
String