AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityir
/
aws.sdk.kotlin.services.securityir.model
/
SelfManagedCaseStatus
Self
Managed
Case
Status
sealed
class
SelfManagedCaseStatus
Inheritors
ContainmentEradicationAndRecovery
DetectionAndAnalysis
PostIncidentActivities
Submitted
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Containment
Eradication
And
Recovery
Link copied to clipboard
object
ContainmentEradicationAndRecovery
:
SelfManagedCaseStatus
Detection
And
Analysis
Link copied to clipboard
object
DetectionAndAnalysis
:
SelfManagedCaseStatus
Post
Incident
Activities
Link copied to clipboard
object
PostIncidentActivities
:
SelfManagedCaseStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SelfManagedCaseStatus
Submitted
Link copied to clipboard
object
Submitted
:
SelfManagedCaseStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String