Method: Aws::CodeCommit::Types::Location#file_path

Defined in:
lib/aws-sdk-codecommit/types.rb

#file_pathString

The name of the file being compared, including its extension and subdirectory, if any.

Returns:

  • (String)


4478
4479
4480
4481
4482
4483
4484
# File 'lib/aws-sdk-codecommit/types.rb', line 4478

class Location < Struct.new(
  :file_path,
  :file_position,
  :relative_file_version)
  SENSITIVE = []
  include Aws::Structure
end