AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticsearchservice
/
aws.sdk.kotlin.services.elasticsearchservice.model
/
DeploymentStatus
Deployment
Status
sealed
class
DeploymentStatus
Inheritors
Completed
Eligible
InProgress
NotEligible
PendingUpdate
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
DeploymentStatus
Eligible
Link copied to clipboard
object
Eligible
:
DeploymentStatus
In
Progress
Link copied to clipboard
object
InProgress
:
DeploymentStatus
Not
Eligible
Link copied to clipboard
object
NotEligible
:
DeploymentStatus
Pending
Update
Link copied to clipboard
object
PendingUpdate
:
DeploymentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String