AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
guardduty
/
aws.sdk.kotlin.services.guardduty.model
/
MalwareProtectionScanStatus
Malware
Protection
Scan
Status
sealed
class
MalwareProtectionScanStatus
Inheritors
Completed
CompletedWithIssues
Failed
Running
Skipped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
MalwareProtectionScanStatus
Completed
With
Issues
Link copied to clipboard
object
CompletedWithIssues
:
MalwareProtectionScanStatus
Failed
Link copied to clipboard
object
Failed
:
MalwareProtectionScanStatus
Running
Link copied to clipboard
object
Running
:
MalwareProtectionScanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MalwareProtectionScanStatus
Skipped
Link copied to clipboard
object
Skipped
:
MalwareProtectionScanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String