Class: Aws::GuardDuty::Types::InvestigationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::InvestigationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains summary information about a GuardDuty investigation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the investigation.
-
#confidence ⇒ String
The confidence level of the investigation's assessment.
-
#end_time ⇒ Time
The timestamp at which the investigation completed.
-
#investigation_id ⇒ String
The unique identifier of the investigation.
-
#risk_level ⇒ String
The assessed risk level of the investigated threat.
-
#start_time ⇒ Time
The timestamp at which the investigation started.
-
#status ⇒ String
The current status of the investigation.
-
#title ⇒ String
A short title summarizing the investigation.
-
#trigger_prompt ⇒ String
The natural-language prompt that initiated this investigation.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the investigation.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ String
The confidence level of the investigation's assessment.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp at which the investigation completed.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#investigation_id ⇒ String
The unique identifier of the investigation.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#risk_level ⇒ String
The assessed risk level of the investigated threat.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp at which the investigation started.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the investigation.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A short title summarizing the investigation.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#trigger_prompt ⇒ String
The natural-language prompt that initiated this investigation.
7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7192 class InvestigationSummary < Struct.new( :investigation_id, :status, :trigger_prompt, :risk_level, :confidence, :title, :account_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |