AWS SDK for Kotlin
Toggle table of contents
1.8.36
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
drs
/
aws.sdk.kotlin.services.drs.model
/
RecoveryPlanExecutionMode
Recovery
Plan
Execution
Mode
sealed
class
RecoveryPlanExecutionMode
Execution mode.
DRILL
for testing,
RECOVERY
for actual disaster recovery.
Inheritors
Drill
Recovery
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Drill
Link copied to clipboard
object
Drill
:
RecoveryPlanExecutionMode
Recovery
Link copied to clipboard
object
Recovery
:
RecoveryPlanExecutionMode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecoveryPlanExecutionMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String