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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


6124
6125
6126
6127
6128
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6124

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