toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
RefreshInterval
Refresh
Interval
sealed
class
RefreshInterval
Inheritors
Daily
Hourly
Minute15
Minute30
Monthly
Weekly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Daily
Link copied to clipboard
object
Daily
:
RefreshInterval
Hourly
Link copied to clipboard
object
Hourly
:
RefreshInterval
Minute15
Link copied to clipboard
object
Minute15
:
RefreshInterval
Minute30
Link copied to clipboard
object
Minute30
:
RefreshInterval
Monthly
Link copied to clipboard
object
Monthly
:
RefreshInterval
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RefreshInterval
Weekly
Link copied to clipboard
object
Weekly
:
RefreshInterval
Properties
value
Link copied to clipboard
abstract
val
value
:
String