Class: Aws::Types::BatchGetCodeReviewsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_reviews::Array[Types::CodeReview]

Returns the value of attribute code_reviews.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def code_reviews
  @code_reviews
end

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


238
239
240
# File 'sig/types.rbs', line 238

def not_found
  @not_found
end