AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
imagebuilder
/
aws.sdk.kotlin.services.imagebuilder.model
/
ComponentStatus
Component
Status
sealed
class
ComponentStatus
Inheritors
Active
Deprecated
Disabled
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ComponentStatus
Companion
Link copied to clipboard
object
Companion
Deprecated
Link copied to clipboard
object
Deprecated
:
ComponentStatus
Disabled
Link copied to clipboard
object
Disabled
:
ComponentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ComponentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String