AWS SDK for Kotlin
Toggle table of contents
1.5.113
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
HaStatus
Ha
Status
sealed
class
HaStatus
Inheritors
Active
Invalid
Processing
Standby
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
HaStatus
Companion
Link copied to clipboard
object
Companion
Invalid
Link copied to clipboard
object
Invalid
:
HaStatus
Processing
Link copied to clipboard
object
Processing
:
HaStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
HaStatus
Standby
Link copied to clipboard
object
Standby
:
HaStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String