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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-codegurureviewer/types.rb', line 537

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