Class: Aws::CodeGuruReviewer::Types::DescribeCodeReviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::DescribeCodeReviewResponse
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review ⇒ Types::CodeReview
Information about the code review.
Instance Attribute Details
#code_review ⇒ Types::CodeReview
Information about the code review.
565 566 567 568 569 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 565 class DescribeCodeReviewResponse < Struct.new( :code_review) SENSITIVE = [] include Aws::Structure end |