toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iot
/
aws.sdk.kotlin.services.iot.model
/
IndexStatus
Index
Status
sealed
class
IndexStatus
Inheritors
Active
Building
Rebuilding
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
IndexStatus
Building
Link copied to clipboard
object
Building
:
IndexStatus
Companion
Link copied to clipboard
object
Companion
Rebuilding
Link copied to clipboard
object
Rebuilding
:
IndexStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IndexStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String