AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralselling
/
aws.sdk.kotlin.services.partnercentralselling.model
/
SolutionStatus
Solution
Status
sealed
class
SolutionStatus
Inheritors
Active
Draft
Inactive
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
SolutionStatus
Companion
Link copied to clipboard
object
Companion
Draft
Link copied to clipboard
object
Draft
:
SolutionStatus
Inactive
Link copied to clipboard
object
Inactive
:
SolutionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SolutionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String