class Aws::CodeCommit::Types::GetFileInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetFileInput AWS API Documentation
@return [String]
examples.
fully-qualified path to a file named file.md in a folder named
extension of the file. For example, /examples/file.md is the
The fully-qualified path to the file, including the full name and
@!attribute [rw] file_path
@return [String]
none is provided, then the head commit will be used.
a tag, a branch name, or a reference such as refs/heads/master. If
contains the file. For example, you could specify a full commit ID,
The fully-quaified reference that identifies the commit that
@!attribute [rw] commit_specifier
@return [String]
The name of the repository that contains the file.
@!attribute [rw] repository_name
}
file_path: “Path”, # required
commit_specifier: “CommitName”,
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass GetFileInput