Method: Aws::CodeCommit::Types::GetFileInput#file_path

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

#file_pathString

The fully qualified path to the file, including the full name and extension of the file. For example, /examples/file.md is the fully qualified path to a file named file.md in a folder named examples.

Returns:

  • (String)


3072
3073
3074
3075
3076
3077
3078
# File 'lib/aws-sdk-codecommit/types.rb', line 3072

class GetFileInput < Struct.new(
  :repository_name,
  :commit_specifier,
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end