AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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