Class: Aws::Types::CodeReviewJobTask
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewJobTask
- 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.
-
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
-
#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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#logs_location ⇒ Types::LogLocation
Returns the value of attribute logs_location.
-
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def agent_space_id @agent_space_id end |
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
505 506 507 |
# File 'sig/types.rbs', line 505 def categories @categories end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
509 510 511 |
# File 'sig/types.rbs', line 509 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
504 505 506 |
# File 'sig/types.rbs', line 504 def description @description end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
507 508 509 |
# File 'sig/types.rbs', line 507 def execution_status @execution_status end |
#logs_location ⇒ Types::LogLocation
Returns the value of attribute logs_location.
508 509 510 |
# File 'sig/types.rbs', line 508 def logs_location @logs_location end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
506 507 508 |
# File 'sig/types.rbs', line 506 def risk_type @risk_type end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
503 504 505 |
# File 'sig/types.rbs', line 503 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
510 511 512 |
# File 'sig/types.rbs', line 510 def updated_at @updated_at end |