AWS SDK for Kotlin
Toggle table of contents
1.8.47
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
RecommendationStatus
Recommendation
Status
sealed
class
RecommendationStatus
Inheritors
Active
Completed
Suppressed
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
RecommendationStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
RecommendationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendationStatus
Suppressed
Link copied to clipboard
object
Suppressed
:
RecommendationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String