AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eks
/
aws.sdk.kotlin.services.eks.model
/
InsightStatusValue
Insight
Status
Value
sealed
class
InsightStatusValue
Inheritors
Error
Passing
Unknown
Warning
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
InsightStatusValue
Passing
Link copied to clipboard
object
Passing
:
InsightStatusValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InsightStatusValue
Unknown
Link copied to clipboard
object
Unknown
:
InsightStatusValue
Warning
Link copied to clipboard
object
Warning
:
InsightStatusValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String