AWS SDK for Kotlin
Toggle table of contents
1.4.114
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
IntegrationStatus
Integration
Status
sealed
class
IntegrationStatus
Inheritors
Active
Disabling
Inactive
InProgress
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
IntegrationStatus
Companion
Link copied to clipboard
object
Companion
Disabling
Link copied to clipboard
object
Disabling
:
IntegrationStatus
Inactive
Link copied to clipboard
object
Inactive
:
IntegrationStatus
In
Progress
Link copied to clipboard
object
InProgress
:
IntegrationStatus
Pending
Link copied to clipboard
object
Pending
:
IntegrationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IntegrationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String