AWS SDK for Kotlin
Toggle table of contents
1.6.104
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkfirewall
/
aws.sdk.kotlin.services.networkfirewall.model
/
ContainerAssociationStatus
Container
Association
Status
sealed
class
ContainerAssociationStatus
Inheritors
Active
Creating
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ContainerAssociationStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ContainerAssociationStatus
Deleting
Link copied to clipboard
object
Deleting
:
ContainerAssociationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContainerAssociationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String