Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- 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.
-
#alignment_rationale ⇒ ::String
Returns the value of attribute alignment_rationale.
-
#attack_script ⇒ ::String
Returns the value of attribute attack_script.
-
#code_locations ⇒ ::Array[Types::CodeLocation]
Returns the value of attribute code_locations.
-
#code_remediation_task ⇒ Types::CodeRemediationTask
Returns the value of attribute code_remediation_task.
-
#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.
-
#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.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#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.
-
#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.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#validation_status ⇒ "CONFIRMED", ...
Returns the value of attribute validation_status.
-
#verification_script ⇒ Types::VerificationScript
Returns the value of attribute verification_script.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def agent_space_id @agent_space_id end |
#alignment_rationale ⇒ ::String
Returns the value of attribute alignment_rationale.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def alignment_rationale @alignment_rationale end |
#attack_script ⇒ ::String
Returns the value of attribute attack_script.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def attack_script @attack_script end |
#code_locations ⇒ ::Array[Types::CodeLocation]
Returns the value of attribute code_locations.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def code_locations @code_locations end |
#code_remediation_task ⇒ Types::CodeRemediationTask
Returns the value of attribute code_remediation_task.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def code_remediation_task @code_remediation_task end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def code_review_job_id @code_review_job_id end |
#confidence ⇒ "FALSE_POSITIVE", ...
Returns the value of attribute confidence.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def confidence @confidence end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def created_at @created_at end |
#customer_note ⇒ ::String
Returns the value of attribute customer_note.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def customer_note @customer_note end |
#description ⇒ ::String
Returns the value of attribute description.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def description @description end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def finding_id @finding_id end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def name @name end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def pentest_id @pentest_id end |
#pentest_job_id ⇒ ::String
Returns the value of attribute pentest_job_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def pentest_job_id @pentest_job_id end |
#reasoning ⇒ ::String
Returns the value of attribute reasoning.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def reasoning @reasoning end |
#risk_level ⇒ "UNKNOWN", ...
Returns the value of attribute risk_level.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def risk_level @risk_level end |
#risk_score ⇒ ::String
Returns the value of attribute risk_score.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def risk_score @risk_score end |
#risk_type ⇒ ::String
Returns the value of attribute risk_type.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def risk_type @risk_type end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def task_id @task_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def updated_at @updated_at end |
#validation_status ⇒ "CONFIRMED", ...
Returns the value of attribute validation_status.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def validation_status @validation_status end |
#verification_script ⇒ Types::VerificationScript
Returns the value of attribute verification_script.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def verification_script @verification_script end |