Class: Aws::GuardDuty::Types::MalwareProtectionPlanTaggingAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MalwareProtectionPlanTaggingAction
- 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
-
#status ⇒ String
Indicates whether or not the tags will added.
Instance Attribute Details
#status ⇒ String
Indicates whether or not the tags will added.
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 |