AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
guardduty
/
aws.sdk.kotlin.services.guardduty.model
/
MalwareProtectionPlanStatus
Malware
Protection
Plan
Status
sealed
class
MalwareProtectionPlanStatus
Inheritors
Active
Error
Warning
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
MalwareProtectionPlanStatus
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
MalwareProtectionPlanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MalwareProtectionPlanStatus
Warning
Link copied to clipboard
object
Warning
:
MalwareProtectionPlanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String