Class: Aws::Types::ListFindingsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsInput
- 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.
-
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
-
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
-
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
-
#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.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def agent_space_id @agent_space_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def code_review_job_id @code_review_job_id end |
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def confidence @confidence end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def next_token @next_token end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def pentest_job_id @pentest_job_id end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def risk_level @risk_level end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def status @status end |