AWS SDK for Kotlin
Toggle table of contents
1.5.88
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudformation
/
aws.sdk.kotlin.services.cloudformation.model
/
AnnotationStatus
Annotation
Status
sealed
class
AnnotationStatus
Inheritors
Failed
Passed
Skipped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
AnnotationStatus
Passed
Link copied to clipboard
object
Passed
:
AnnotationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AnnotationStatus
Skipped
Link copied to clipboard
object
Skipped
:
AnnotationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String