AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
snowdevicemanagement
/
aws.sdk.kotlin.services.snowdevicemanagement.model
/
AttachmentStatus
Attachment
Status
sealed
class
AttachmentStatus
Inheritors
Attached
Attaching
Detached
Detaching
SdkUnknown
Members
Types
Attached
Link copied to clipboard
object
Attached
:
AttachmentStatus
Attaching
Link copied to clipboard
object
Attaching
:
AttachmentStatus
Companion
Link copied to clipboard
object
Companion
Detached
Link copied to clipboard
object
Detached
:
AttachmentStatus
Detaching
Link copied to clipboard
object
Detaching
:
AttachmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttachmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String