Class: Aws::GuardDuty::Types::MalwareProtectionPlanActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionPlanActions
- Includes:
- Structure
- Defined in:
- 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.
5828 5829 5830 5831 5832 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5828 class MalwareProtectionPlanActions < Struct.new( :tagging) SENSITIVE = [] include Aws::Structure end |