AWS SDK for Kotlin
Toggle table of contents
1.8.29
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
LimitSource
Limit
Source
sealed
class
LimitSource
The source from which an effective limit was inherited.
Inheritors
Account
DirectUser
Group
Role
SystemDefault
SdkUnknown
Members
Types
Account
Link copied to clipboard
object
Account
:
LimitSource
Companion
Link copied to clipboard
object
Companion
Direct
User
Link copied to clipboard
object
DirectUser
:
LimitSource
Group
Link copied to clipboard
object
Group
:
LimitSource
Role
Link copied to clipboard
object
Role
:
LimitSource
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LimitSource
System
Default
Link copied to clipboard
object
SystemDefault
:
LimitSource
Properties
value
Link copied to clipboard
abstract
val
value
:
String