AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
evs
/
aws.sdk.kotlin.services.evs.model
/
VlanState
Vlan
State
sealed
class
VlanState
Inheritors
Created
CreateFailed
Creating
Deleted
Deleting
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
VlanState
Create
Failed
Link copied to clipboard
object
CreateFailed
:
VlanState
Creating
Link copied to clipboard
object
Creating
:
VlanState
Deleted
Link copied to clipboard
object
Deleted
:
VlanState
Deleting
Link copied to clipboard
object
Deleting
:
VlanState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VlanState
Properties
value
Link copied to clipboard
abstract
val
value
:
String