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:



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

def code_review_job_tasks
  @code_review_job_tasks
end

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


216
217
218
# File 'sig/types.rbs', line 216

def not_found
  @not_found
end