AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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