AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudformation
/
aws.sdk.kotlin.services.cloudformation.model
/
StackSetDriftDetectionStatus
Stack
Set
Drift
Detection
Status
sealed
class
StackSetDriftDetectionStatus
Inheritors
Completed
Failed
InProgress
PartialSuccess
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
StackSetDriftDetectionStatus
Failed
Link copied to clipboard
object
Failed
:
StackSetDriftDetectionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
StackSetDriftDetectionStatus
Partial
Success
Link copied to clipboard
object
PartialSuccess
:
StackSetDriftDetectionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StackSetDriftDetectionStatus
Stopped
Link copied to clipboard
object
Stopped
:
StackSetDriftDetectionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String