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
/
BarsArrangement
Bars
Arrangement
sealed
class
BarsArrangement
Inheritors
Clustered
Stacked
StackedPercent
SdkUnknown
Members
Types
Clustered
Link copied to clipboard
object
Clustered
:
BarsArrangement
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BarsArrangement
Stacked
Link copied to clipboard
object
Stacked
:
BarsArrangement
Stacked
Percent
Link copied to clipboard
object
StackedPercent
:
BarsArrangement
Properties
value
Link copied to clipboard
abstract
val
value
:
String