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
/
DisplayFormat
Display
Format
sealed
class
DisplayFormat
Inheritors
Auto
Currency
Date
Number
Percent
String
SdkUnknown
Members
Types
Auto
Link copied to clipboard
object
Auto
:
DisplayFormat
Companion
Link copied to clipboard
object
Companion
Currency
Link copied to clipboard
object
Currency
:
DisplayFormat
Date
Link copied to clipboard
object
Date
:
DisplayFormat
Number
Link copied to clipboard
object
Number
:
DisplayFormat
Percent
Link copied to clipboard
object
Percent
:
DisplayFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DisplayFormat
String
Link copied to clipboard
object
String
:
DisplayFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String