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.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def agent_space_id @agent_space_id end |
#attack_script ⇒ ::String
Returns the value of attribute attack_script.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def attack_script @attack_script end |
#customer_note ⇒ ::String
Returns the value of attribute customer_note.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def customer_note @customer_note end |
#description ⇒ ::String
Returns the value of attribute description.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def description @description end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def finding_id @finding_id end |
#name ⇒ ::String
Returns the value of attribute name.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def name @name end |
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def reasoning @reasoning end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def risk_level @risk_level end |
#risk_score ⇒ ::String
Returns the value of attribute risk_score.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def risk_score @risk_score end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def status @status end |