AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkmonitor
/
aws.sdk.kotlin.services.networkmonitor.model
/
MonitorState
Monitor
State
sealed
class
MonitorState
Inheritors
Active
Deleting
Error
Inactive
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
MonitorState
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
MonitorState
Error
Link copied to clipboard
object
Error
:
MonitorState
Inactive
Link copied to clipboard
object
Inactive
:
MonitorState
Pending
Link copied to clipboard
object
Pending
:
MonitorState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MonitorState
Properties
value
Link copied to clipboard
abstract
val
value
:
String