AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
ZoneStatus
Zone
Status
sealed
class
ZoneStatus
Inheritors
Active
NotAvailable
StandBy
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ZoneStatus
Companion
Link copied to clipboard
object
Companion
Not
Available
Link copied to clipboard
object
NotAvailable
:
ZoneStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ZoneStatus
Stand
By
Link copied to clipboard
object
StandBy
:
ZoneStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String