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.
524 525 526 |
# File 'sig/types.rbs', line 524 def agent_space_id @agent_space_id end |
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
527 528 529 |
# File 'sig/types.rbs', line 527 def categories @categories end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
522 523 524 |
# File 'sig/types.rbs', line 522 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
531 532 533 |
# File 'sig/types.rbs', line 531 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
526 527 528 |
# File 'sig/types.rbs', line 526 def description @description end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
529 530 531 |
# File 'sig/types.rbs', line 529 def execution_status @execution_status end |
#logs_location ⇒ Types::LogLocation
Returns the value of attribute logs_location.
530 531 532 |
# File 'sig/types.rbs', line 530 def logs_location @logs_location end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
528 529 530 |
# File 'sig/types.rbs', line 528 def risk_type @risk_type end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
525 526 527 |
# File 'sig/types.rbs', line 525 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
532 533 534 |
# File 'sig/types.rbs', line 532 def updated_at @updated_at end |