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.



5828
5829
5830
5831
5832
# File 'lib/aws-sdk-guardduty/types.rb', line 5828

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