Class: Aws::GuardDuty::Types::TriggerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::TriggerDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Represents the reason the scan was triggered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the scan trigger.
-
#guard_duty_finding_id ⇒ String
The ID of the GuardDuty finding that triggered the malware scan.
Instance Attribute Details
#description ⇒ String
The description of the scan trigger.
8483 8484 8485 8486 8487 8488 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8483 class TriggerDetails < Struct.new( :guard_duty_finding_id, :description) SENSITIVE = [] include Aws::Structure end |
#guard_duty_finding_id ⇒ String
The ID of the GuardDuty finding that triggered the malware scan.
8483 8484 8485 8486 8487 8488 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8483 class TriggerDetails < Struct.new( :guard_duty_finding_id, :description) SENSITIVE = [] include Aws::Structure end |