AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
RouteServerState
Route
Server
State
sealed
class
RouteServerState
Inheritors
Available
Deleted
Deleting
Modifying
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
RouteServerState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
RouteServerState
Deleting
Link copied to clipboard
object
Deleting
:
RouteServerState
Modifying
Link copied to clipboard
object
Modifying
:
RouteServerState
Pending
Link copied to clipboard
object
Pending
:
RouteServerState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RouteServerState
Properties
value
Link copied to clipboard
abstract
val
value
:
String