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