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
/
MalwareProtectionResourceType
Malware
Protection
Resource
Type
sealed
class
MalwareProtectionResourceType
Inheritors
EbsRecoveryPoint
EbsSnapshot
EbsVolume
Ec2Ami
Ec2Instance
Ec2RecoveryPoint
S3Bucket
S3RecoveryPoint
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ebs
Recovery
Point
Link copied to clipboard
object
EbsRecoveryPoint
:
MalwareProtectionResourceType
Ebs
Snapshot
Link copied to clipboard
object
EbsSnapshot
:
MalwareProtectionResourceType
Ebs
Volume
Link copied to clipboard
object
EbsVolume
:
MalwareProtectionResourceType
Ec2Ami
Link copied to clipboard
object
Ec2Ami
:
MalwareProtectionResourceType
Ec2Instance
Link copied to clipboard
object
Ec2Instance
:
MalwareProtectionResourceType
Ec2Recovery
Point
Link copied to clipboard
object
Ec2RecoveryPoint
:
MalwareProtectionResourceType
S3Bucket
Link copied to clipboard
object
S3Bucket
:
MalwareProtectionResourceType
S3Recovery
Point
Link copied to clipboard
object
S3RecoveryPoint
:
MalwareProtectionResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MalwareProtectionResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String