toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
glue
/
aws.sdk.kotlin.services.glue.model
/
BlueprintStatus
Blueprint
Status
sealed
class
BlueprintStatus
Inheritors
Active
Creating
Failed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
BlueprintStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
BlueprintStatus
Failed
Link copied to clipboard
object
Failed
:
BlueprintStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BlueprintStatus
Updating
Link copied to clipboard
object
Updating
:
BlueprintStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String