AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
BatchState
Batch
State
sealed
class
BatchState
Inheritors
Active
Cancelled
CancelledRunning
CancelledTerminatingInstances
Failed
Modifying
Submitted
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
BatchState
Cancelled
Link copied to clipboard
object
Cancelled
:
BatchState
Cancelled
Running
Link copied to clipboard
object
CancelledRunning
:
BatchState
Cancelled
Terminating
Instances
Link copied to clipboard
object
CancelledTerminatingInstances
:
BatchState
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
BatchState
Modifying
Link copied to clipboard
object
Modifying
:
BatchState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchState
Submitted
Link copied to clipboard
object
Submitted
:
BatchState
Properties
value
Link copied to clipboard
abstract
val
value
:
String