toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
DatasetParameterValueType
Dataset
Parameter
Value
Type
sealed
class
DatasetParameterValueType
Inheritors
MultiValued
SingleValued
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Multi
Valued
Link copied to clipboard
object
MultiValued
:
DatasetParameterValueType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DatasetParameterValueType
Single
Valued
Link copied to clipboard
object
SingleValued
:
DatasetParameterValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String