toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
emr
/
aws.sdk.kotlin.services.emr.model
/
StepCancellationOption
Step
Cancellation
Option
sealed
class
StepCancellationOption
Inheritors
SendInterrupt
TerminateProcess
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepCancellationOption
Send
Interrupt
Link copied to clipboard
object
SendInterrupt
:
StepCancellationOption
Terminate
Process
Link copied to clipboard
object
TerminateProcess
:
StepCancellationOption
Properties
value
Link copied to clipboard
abstract
val
value
:
String