toggle menu
AWS SDK for Kotlin
1.4.104
common
switch theme
Skip to Main Content
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