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)


7461
7462
7463
7464
7465
7466
# File 'lib/aws-sdk-guardduty/types.rb', line 7461

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)


7461
7462
7463
7464
7465
7466
# File 'lib/aws-sdk-guardduty/types.rb', line 7461

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