Class: Aws::CodeGuruReviewer::Types::CreateCodeReviewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_reviewTypes::CodeReview

Information about a code review. A code review belongs to the associated repository that contains the reviewed code.

Returns:



537
538
539
540
541
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 537

class CreateCodeReviewResponse < Struct.new(
  :code_review)
  SENSITIVE = []
  include Aws::Structure
end