toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
LayoutElementType
Layout
Element
Type
sealed
class
LayoutElementType
Inheritors
FilterControl
ParameterControl
TextBox
Visual
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Filter
Control
Link copied to clipboard
object
FilterControl
:
LayoutElementType
Parameter
Control
Link copied to clipboard
object
ParameterControl
:
LayoutElementType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LayoutElementType
Text
Box
Link copied to clipboard
object
TextBox
:
LayoutElementType
Visual
Link copied to clipboard
object
Visual
:
LayoutElementType
Properties
value
Link copied to clipboard
abstract
val
value
:
String