AWS SDK for Kotlin
Toggle table of contents
1.5.64
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
AccessBudgetType
Access
Budget
Type
sealed
class
AccessBudgetType
Inheritors
CalendarDay
CalendarMonth
CalendarWeek
Lifetime
SdkUnknown
Members
Types
Calendar
Day
Link copied to clipboard
object
CalendarDay
:
AccessBudgetType
Calendar
Month
Link copied to clipboard
object
CalendarMonth
:
AccessBudgetType
Calendar
Week
Link copied to clipboard
object
CalendarWeek
:
AccessBudgetType
Companion
Link copied to clipboard
object
Companion
Lifetime
Link copied to clipboard
object
Lifetime
:
AccessBudgetType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccessBudgetType
Properties
value
Link copied to clipboard
abstract
val
value
:
String