AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
budgets
/
aws.sdk.kotlin.services.budgets.model
/
TimeUnit
Time
Unit
sealed
class
TimeUnit
The time unit of the budget, such as MONTHLY or QUARTERLY.
Inheritors
Annually
Daily
Monthly
Quarterly
SdkUnknown
Members
Types
Annually
Link copied to clipboard
object
Annually
:
TimeUnit
Companion
Link copied to clipboard
object
Companion
Daily
Link copied to clipboard
object
Daily
:
TimeUnit
Monthly
Link copied to clipboard
object
Monthly
:
TimeUnit
Quarterly
Link copied to clipboard
object
Quarterly
:
TimeUnit
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TimeUnit
Properties
value
Link copied to clipboard
abstract
val
value
:
String