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