Class: Aws::Types::InvestigationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InvestigationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#confidence ⇒ "Unknown", ...
Returns the value of attribute confidence.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
-
#risk_level ⇒ "Info", ...
Returns the value of attribute risk_level.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def account_id @account_id end |
#confidence ⇒ "Unknown", ...
Returns the value of attribute confidence.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def confidence @confidence end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def end_time @end_time end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def investigation_id @investigation_id end |
#risk_level ⇒ "Info", ...
Returns the value of attribute risk_level.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def risk_level @risk_level end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def title @title end |
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def trigger_prompt @trigger_prompt end |