AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
LineChartMarkerShape
Line
Chart
Marker
Shape
sealed
class
LineChartMarkerShape
Inheritors
Circle
Diamond
RoundedSquare
Square
Triangle
SdkUnknown
Members
Types
Circle
Link copied to clipboard
object
Circle
:
LineChartMarkerShape
Companion
Link copied to clipboard
object
Companion
Diamond
Link copied to clipboard
object
Diamond
:
LineChartMarkerShape
Rounded
Square
Link copied to clipboard
object
RoundedSquare
:
LineChartMarkerShape
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LineChartMarkerShape
Square
Link copied to clipboard
object
Square
:
LineChartMarkerShape
Triangle
Link copied to clipboard
object
Triangle
:
LineChartMarkerShape
Properties
value
Link copied to clipboard
abstract
val
value
:
String