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
/
ResourceType
Resource
Type
sealed
class
ResourceType
The type of resource that a limit applies to.
Inheritors
AgentHours
IndexStorage
SdkUnknown
Members
Types
Agent
Hours
Link copied to clipboard
object
AgentHours
:
ResourceType
Companion
Link copied to clipboard
object
Companion
Index
Storage
Link copied to clipboard
object
IndexStorage
:
ResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String