AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkmanager
/
aws.sdk.kotlin.services.networkmanager.model
/
AttachmentState
Attachment
State
sealed
class
AttachmentState
Inheritors
Available
Creating
Deleting
Failed
PendingAttachmentAcceptance
PendingNetworkUpdate
PendingTagAcceptance
Rejected
Updating
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
AttachmentState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
AttachmentState
Deleting
Link copied to clipboard
object
Deleting
:
AttachmentState
Failed
Link copied to clipboard
object
Failed
:
AttachmentState
Pending
Attachment
Acceptance
Link copied to clipboard
object
PendingAttachmentAcceptance
:
AttachmentState
Pending
Network
Update
Link copied to clipboard
object
PendingNetworkUpdate
:
AttachmentState
Pending
Tag
Acceptance
Link copied to clipboard
object
PendingTagAcceptance
:
AttachmentState
Rejected
Link copied to clipboard
object
Rejected
:
AttachmentState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttachmentState
Updating
Link copied to clipboard
object
Updating
:
AttachmentState
Properties
value
Link copied to clipboard
abstract
val
value
:
String