Class: Aws::GuardDuty::Types::MalwareProtectionPlanActions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#taggingTypes::MalwareProtectionPlanTaggingAction

Indicates whether the scanned S3 object will have tags about the scan result.



5563
5564
5565
5566
5567
# File 'lib/aws-sdk-guardduty/types.rb', line 5563

class MalwareProtectionPlanActions < Struct.new(
  :tagging)
  SENSITIVE = []
  include Aws::Structure
end