AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssm
/
aws.sdk.kotlin.services.ssm.model
/
PingStatus
Ping
Status
sealed
class
PingStatus
Inheritors
ConnectionLost
Inactive
Online
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connection
Lost
Link copied to clipboard
object
ConnectionLost
:
PingStatus
Inactive
Link copied to clipboard
object
Inactive
:
PingStatus
Online
Link copied to clipboard
object
Online
:
PingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String