Class: Aws::GuardDuty::Types::MalwareProtectionPlanTaggingAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about adding tags to the scanned S3 object after the scan result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Indicates whether or not the tags will added.

Returns:

  • (String)


5455
5456
5457
5458
5459
# File 'lib/aws-sdk-guardduty/types.rb', line 5455

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