AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
uxc
/
aws.sdk.kotlin.services.uxc.model
/
AccountColor
Account
Color
sealed
class
AccountColor
Inheritors
Darkblue
Green
Lightblue
None
Orange
Pink
Purple
Red
Teal
Yellow
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Darkblue
Link copied to clipboard
object
Darkblue
:
AccountColor
Green
Link copied to clipboard
object
Green
:
AccountColor
Lightblue
Link copied to clipboard
object
Lightblue
:
AccountColor
None
Link copied to clipboard
object
None
:
AccountColor
Orange
Link copied to clipboard
object
Orange
:
AccountColor
Pink
Link copied to clipboard
object
Pink
:
AccountColor
Purple
Link copied to clipboard
object
Purple
:
AccountColor
Red
Link copied to clipboard
object
Red
:
AccountColor
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountColor
Teal
Link copied to clipboard
object
Teal
:
AccountColor
Yellow
Link copied to clipboard
object
Yellow
:
AccountColor
Properties
value
Link copied to clipboard
abstract
val
value
:
String