InvestigationSummary¶
Structure Class¶
InvestigationSummary
dataclass
¶
Contains summary information about a GuardDuty investigation.
Attributes¶
account_id
class-attribute
instance-attribute
¶
account_id: str | None = None
The Amazon Web Services account ID associated with the investigation.
confidence
class-attribute
instance-attribute
¶
confidence: Confidence | None = None
The confidence level of the investigation's assessment.
end_time
class-attribute
instance-attribute
¶
end_time: datetime | None = None
The timestamp at which the investigation completed.
investigation_id
class-attribute
instance-attribute
¶
investigation_id: str | None = None
The unique identifier of the investigation.
risk_level
class-attribute
instance-attribute
¶
risk_level: RiskLevel | None = None
The assessed risk level of the investigated threat.
start_time
class-attribute
instance-attribute
¶
start_time: datetime | None = None
The timestamp at which the investigation started.
status
class-attribute
instance-attribute
¶
status: InvestigationStatus | None = None
The current status of the investigation.
title
class-attribute
instance-attribute
¶
title: str | None = None
A short title summarizing the investigation.
trigger_prompt
class-attribute
instance-attribute
¶
trigger_prompt: str | None = None
The natural-language prompt that initiated this investigation.