toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
costandusagereportservice
/
aws.sdk.kotlin.services.costandusagereportservice.model
/
TimeUnit
Time
Unit
sealed
class
TimeUnit
The length of time covered by the report.
Inheritors
Daily
Hourly
Monthly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Daily
Link copied to clipboard
object
Daily
:
TimeUnit
Hourly
Link copied to clipboard
object
Hourly
:
TimeUnit
Monthly
Link copied to clipboard
object
Monthly
:
TimeUnit
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TimeUnit
Properties
value
Link copied to clipboard
abstract
val
value
:
String