Class: Aws::Types::UpdateFindingInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFindingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#attack_script ⇒ ::String
Returns the value of attribute attack_script.
-
#customer_note ⇒ ::String
Returns the value of attribute customer_note.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
-
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
-
#risk_score ⇒ ::String
Returns the value of attribute risk_score.
-
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def agent_space_id @agent_space_id end |
#attack_script ⇒ ::String
Returns the value of attribute attack_script.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def attack_script @attack_script end |
#customer_note ⇒ ::String
Returns the value of attribute customer_note.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def customer_note @customer_note end |
#description ⇒ ::String
Returns the value of attribute description.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def description @description end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def finding_id @finding_id end |
#name ⇒ ::String
Returns the value of attribute name.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def name @name end |
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def reasoning @reasoning end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def risk_level @risk_level end |
#risk_score ⇒ ::String
Returns the value of attribute risk_score.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def risk_score @risk_score end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def status @status end |