toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cloudformation
/
aws.sdk.kotlin.services.cloudformation.model
/
StackResourceDriftStatus
Stack
Resource
Drift
Status
sealed
class
StackResourceDriftStatus
Inheritors
Deleted
InSync
Modified
NotChecked
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
StackResourceDriftStatus
In
Sync
Link copied to clipboard
object
InSync
:
StackResourceDriftStatus
Modified
Link copied to clipboard
object
Modified
:
StackResourceDriftStatus
Not
Checked
Link copied to clipboard
object
NotChecked
:
StackResourceDriftStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StackResourceDriftStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String