TriggerDetails¶
Structure Class¶
TriggerDetails
dataclass
¶
Represents the reason the scan was triggered.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the scan trigger.
guard_duty_finding_id
class-attribute
instance-attribute
¶
guard_duty_finding_id: str | None = None
The ID of the GuardDuty finding that triggered the malware scan.
trigger_type
class-attribute
instance-attribute
¶
trigger_type: TriggerType | None = None
Specifies the trigger type that started the malware scan.