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