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.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def agent_space_id @agent_space_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def code_review_job_id @code_review_job_id end |
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def confidence @confidence end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def next_token @next_token end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def pentest_job_id @pentest_job_id end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def risk_level @risk_level end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def status @status end |