AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mgn
/
aws.sdk.kotlin.services.mgn.model
/
ExecutionStage
Execution
Stage
sealed
class
ExecutionStage
Inheritors
Analyze
CodeGeneration
Deploy
DeployedStacksDeletion
Mapping
SdkUnknown
Members
Types
Analyze
Link copied to clipboard
object
Analyze
:
ExecutionStage
Code
Generation
Link copied to clipboard
object
CodeGeneration
:
ExecutionStage
Companion
Link copied to clipboard
object
Companion
Deploy
Link copied to clipboard
object
Deploy
:
ExecutionStage
Deployed
Stacks
Deletion
Link copied to clipboard
object
DeployedStacksDeletion
:
ExecutionStage
Mapping
Link copied to clipboard
object
Mapping
:
ExecutionStage
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExecutionStage
Properties
value
Link copied to clipboard
abstract
val
value
:
String