Class: Aws::CodeGuruReviewer::Types::DescribeCodeReviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::DescribeCodeReviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
Instance Attribute Details
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html
553 554 555 556 557 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 553 class DescribeCodeReviewRequest < Struct.new( :code_review_arn) SENSITIVE = [] include Aws::Structure end |