class Aws::CodeCommit::Types::Location
Returns information about the location of a change or comment in the comparison between two commits or a pull request.
@note When making an API call, you may pass Location
data as a hash: { file_path: "Path", file_position: 1, relative_file_version: "BEFORE", # accepts BEFORE, AFTER }
@!attribute [rw] file_path
The name of the file being compared, including its extension and subdirectory, if any. @return [String]
@!attribute [rw] file_position
The position of a change in a compared file, in line number format. @return [Integer]
@!attribute [rw] relative_file_version
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/Location AWS API Documentation
Constants
- SENSITIVE