Class: Aws::CodeGuruReviewer::Types::CreateCodeReviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::CreateCodeReviewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review ⇒ Types::CodeReview
Information about a code review.
Instance Attribute Details
#code_review ⇒ Types::CodeReview
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
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 |