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.
-
#trigger_type ⇒ String
Specifies the trigger type that started the malware scan.
Instance Attribute Details
#description ⇒ String
The description of the scan trigger.
10750 10751 10752 10753 10754 10755 10756 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10750 class TriggerDetails < Struct.new( :guard_duty_finding_id, :description, :trigger_type) SENSITIVE = [] include Aws::Structure end |
#guard_duty_finding_id ⇒ String
The ID of the GuardDuty finding that triggered the malware scan.
10750 10751 10752 10753 10754 10755 10756 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10750 class TriggerDetails < Struct.new( :guard_duty_finding_id, :description, :trigger_type) SENSITIVE = [] include Aws::Structure end |
#trigger_type ⇒ String
Specifies the trigger type that started the malware scan.
10750 10751 10752 10753 10754 10755 10756 |
# File 'lib/aws-sdk-guardduty/types.rb', line 10750 class TriggerDetails < Struct.new( :guard_duty_finding_id, :description, :trigger_type) SENSITIVE = [] include Aws::Structure end |