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
/
ProbeState
Probe
State
sealed
class
ProbeState
Inheritors
Active
Deleted
Deleting
Error
Inactive
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ProbeState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ProbeState
Deleting
Link copied to clipboard
object
Deleting
:
ProbeState
Error
Link copied to clipboard
object
Error
:
ProbeState
Inactive
Link copied to clipboard
object
Inactive
:
ProbeState
Pending
Link copied to clipboard
object
Pending
:
ProbeState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProbeState
Properties
value
Link copied to clipboard
abstract
val
value
:
String