You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeGuruReviewer::Types::RecommendationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::RecommendationSummary
- Defined in:
- (unknown)
Overview
Information about recommendations.
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.
-
#end_line ⇒ Integer
Last line where the recommendation is applicable in the source commit or source branch.
-
#file_path ⇒ String
Name of the file on which a recommendation is provided.
-
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations.
-
#start_line ⇒ Integer
Start line from where the recommendation is applicable in the source commit or source branch.
Instance Attribute Details
#description ⇒ String
A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.
#end_line ⇒ Integer
Last line where the recommendation is applicable in the source commit or source branch. For a single line comment the start line and end line values are the same.
#file_path ⇒ String
Name of the file on which a recommendation is provided.
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
#start_line ⇒ Integer
Start line from where the recommendation is applicable in the source commit or source branch.