AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
backup
/
aws.sdk.kotlin.services.backup.model
/
IndexStatus
Index
Status
sealed
class
IndexStatus
Inheritors
Active
Deleting
Failed
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
IndexStatus
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
IndexStatus
Failed
Link copied to clipboard
object
Failed
:
IndexStatus
Pending
Link copied to clipboard
object
Pending
:
IndexStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IndexStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String