AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehubv2
/
aws.sdk.kotlin.services.resiliencehubv2.model
/
ResourceDiscoveryRunStatus
Resource
Discovery
Run
Status
sealed
class
ResourceDiscoveryRunStatus
Inheritors
CompletedWithFailures
Failed
NotStarted
Running
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
With
Failures
Link copied to clipboard
object
CompletedWithFailures
:
ResourceDiscoveryRunStatus
Failed
Link copied to clipboard
object
Failed
:
ResourceDiscoveryRunStatus
Not
Started
Link copied to clipboard
object
NotStarted
:
ResourceDiscoveryRunStatus
Running
Link copied to clipboard
object
Running
:
ResourceDiscoveryRunStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceDiscoveryRunStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
ResourceDiscoveryRunStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String