Class: Aws::Types::FindingSummary
- Inherits:
-
Object
- Object
- Aws::Types::FindingSummary
- 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_id ⇒ ::String
Returns the value of attribute code_review_id.
-
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
-
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#validation_status ⇒ "CONFIRMED", ...
Returns the value of attribute validation_status.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def code_review_job_id @code_review_job_id end |
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def confidence @confidence end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def created_at @created_at end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def finding_id @finding_id end |
#name ⇒ ::String
Returns the value of attribute name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def name @name end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def pentest_id @pentest_id end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def pentest_job_id @pentest_job_id end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def risk_level @risk_level end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def updated_at @updated_at end |
#validation_status ⇒ "CONFIRMED", ...
Returns the value of attribute validation_status.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def validation_status @validation_status end |