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)


12223
12224
12225
12226
12227
12228
12229
# File 'lib/aws-sdk-guardduty/types.rb', line 12223

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)


12223
12224
12225
12226
12227
12228
12229
# File 'lib/aws-sdk-guardduty/types.rb', line 12223

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)


12223
12224
12225
12226
12227
12228
12229
# File 'lib/aws-sdk-guardduty/types.rb', line 12223

class TriggerDetails < Struct.new(
  :guard_duty_finding_id,
  :description,
  :trigger_type)
  SENSITIVE = []
  include Aws::Structure
end