Class: Aws::GuardDuty::Types::TriggerDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the scan trigger.

Returns:

  • (String)


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_idString

The ID of the GuardDuty finding that triggered the malware scan.

Returns:

  • (String)


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_typeString

Specifies the trigger type that started the malware scan.

Returns:

  • (String)


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