AWS SDK for Kotlin
Toggle table of contents
1.8.31
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkfirewall
/
aws.sdk.kotlin.services.networkfirewall.model
/
NatGatewayAttachmentStatus
Nat
Gateway
Attachment
Status
sealed
class
NatGatewayAttachmentStatus
Inheritors
Creating
Deleting
Failed
Ready
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
NatGatewayAttachmentStatus
Deleting
Link copied to clipboard
object
Deleting
:
NatGatewayAttachmentStatus
Failed
Link copied to clipboard
object
Failed
:
NatGatewayAttachmentStatus
Ready
Link copied to clipboard
object
Ready
:
NatGatewayAttachmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NatGatewayAttachmentStatus
Updating
Link copied to clipboard
object
Updating
:
NatGatewayAttachmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String