Class: Aws::Types::BatchGetCodeReviewJobTasksOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_job_tasks::Array[Types::CodeReviewJobTask]

Returns the value of attribute code_review_job_tasks.

Returns:



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.

Returns:

  • (::Array[::String])


214
215
216
# File 'sig/types.rbs', line 214

def not_found
  @not_found
end