AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appmesh
/
aws.sdk.kotlin.services.appmesh.model
/
VirtualRouterStatusCode
Virtual
Router
Status
Code
sealed
class
VirtualRouterStatusCode
Inheritors
Active
Deleted
Inactive
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
VirtualRouterStatusCode
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
VirtualRouterStatusCode
Inactive
Link copied to clipboard
object
Inactive
:
VirtualRouterStatusCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VirtualRouterStatusCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String