Class: Aws::Types::Investigation
- Inherits:
-
Object
- Object
- Aws::Types::Investigation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud ⇒ Types::CloudDetails
Returns the value of attribute cloud.
-
#confidence ⇒ "Unknown", ...
Returns the value of attribute confidence.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
-
#metadata ⇒ Types::InvestigationMetadata
Returns the value of attribute metadata.
-
#risk ⇒ ::String
Returns the value of attribute risk.
-
#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.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
-
#triggered_by ⇒ ::String
Returns the value of attribute triggered_by.
Instance Attribute Details
#cloud ⇒ Types::CloudDetails
Returns the value of attribute cloud.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def cloud @cloud end |
#confidence ⇒ "Unknown", ...
Returns the value of attribute confidence.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def confidence @confidence end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def end_time @end_time end |
#error ⇒ ::String
Returns the value of attribute error.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def error @error end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def investigation_id @investigation_id end |
#metadata ⇒ Types::InvestigationMetadata
Returns the value of attribute metadata.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def @metadata end |
#risk ⇒ ::String
Returns the value of attribute risk.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def risk @risk end |
#risk_level ⇒ "Info", ...
Returns the value of attribute risk_level.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def risk_level @risk_level end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def summary @summary end |
#trigger_prompt ⇒ ::String
Returns the value of attribute trigger_prompt.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def trigger_prompt @trigger_prompt end |
#triggered_by ⇒ ::String
Returns the value of attribute triggered_by.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def triggered_by @triggered_by end |