AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
LayoutElementType
Layout
Element
Type
sealed
class
LayoutElementType
Inheritors
FilterControl
Image
ParameterControl
TextBox
Visual
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Filter
Control
Link copied to clipboard
object
FilterControl
:
LayoutElementType
Image
Link copied to clipboard
object
Image
:
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