Class: Aws::GuardDuty::Types::MalwareProtectionPlanActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionPlanActions
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about whether the tags will be added to the S3 object after scanning.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tagging ⇒ Types::MalwareProtectionPlanTaggingAction
Indicates whether the scanned S3 object will have tags about the scan result.
Instance Attribute Details
#tagging ⇒ Types::MalwareProtectionPlanTaggingAction
Indicates whether the scanned S3 object will have tags about the scan result.
6069 6070 6071 6072 6073 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6069 class MalwareProtectionPlanActions < Struct.new( :tagging) SENSITIVE = [] include Aws::Structure end |