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
show all
Defined in:
(unknown)

Overview

Information about recommendations.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.

Returns:

  • (String)

    A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line.

#end_lineInteger

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.

Returns:

  • (Integer)

    Last line where the recommendation is applicable in the source commit or source branch.

#file_pathString

Name of the file on which a recommendation is provided.

Returns:

  • (String)

    Name of the file on which a recommendation is provided.

#recommendation_idString

The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

Returns:

  • (String)

    The recommendation ID that can be used to track the provided recommendations.

#start_lineInteger

Start line from where the recommendation is applicable in the source commit or source branch.

Returns:

  • (Integer)

    Start line from where the recommendation is applicable in the source commit or source branch.