Class: Aws::Types::CodeReviewJobTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewJobTaskSummary
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#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.
518 519 520 |
# File 'sig/types.rbs', line 518 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
517 518 519 |
# File 'sig/types.rbs', line 517 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
522 523 524 |
# File 'sig/types.rbs', line 522 def created_at @created_at end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
521 522 523 |
# File 'sig/types.rbs', line 521 def execution_status @execution_status end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
520 521 522 |
# File 'sig/types.rbs', line 520 def risk_type @risk_type end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
519 520 521 |
# File 'sig/types.rbs', line 519 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
523 524 525 |
# File 'sig/types.rbs', line 523 def updated_at @updated_at end |