toggle menu
AWS SDK for Kotlin
1.4.104
common
switch theme
Skip to Main Content
elasticbeanstalk
/
aws.sdk.kotlin.services.elasticbeanstalk.model
/
PlatformStatus
Platform
Status
sealed
class
PlatformStatus
Inheritors
Creating
Deleted
Deleting
Failed
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
PlatformStatus
Deleted
Link copied to clipboard
object
Deleted
:
PlatformStatus
Deleting
Link copied to clipboard
object
Deleting
:
PlatformStatus
Failed
Link copied to clipboard
object
Failed
:
PlatformStatus
Ready
Link copied to clipboard
object
Ready
:
PlatformStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlatformStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String