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:



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

def code_reviews
  @code_reviews
end

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


240
241
242
# File 'sig/types.rbs', line 240

def not_found
  @not_found
end