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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


7446
7447
7448
7449
7450
7451
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446

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

#guard_duty_finding_idString

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

Returns:

  • (String)


7446
7447
7448
7449
7450
7451
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7446

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