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
/
NodeStatus
Node
Status
sealed
class
NodeStatus
Inheritors
Active
NotAvailable
StandBy
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
NodeStatus
Companion
Link copied to clipboard
object
Companion
Not
Available
Link copied to clipboard
object
NotAvailable
:
NodeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NodeStatus
Stand
By
Link copied to clipboard
object
StandBy
:
NodeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String