Class: Aws::Types::BatchGetCodeReviewJobTasksOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCodeReviewJobTasksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_review_job_tasks ⇒ ::Array[Types::CodeReviewJobTask]
Returns the value of attribute code_review_job_tasks.
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
Instance Attribute Details
#code_review_job_tasks ⇒ ::Array[Types::CodeReviewJobTask]
Returns the value of attribute code_review_job_tasks.
213 214 215 |
# File 'sig/types.rbs', line 213 def code_review_job_tasks @code_review_job_tasks end |
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
214 215 216 |
# File 'sig/types.rbs', line 214 def not_found @not_found end |