You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeCommit::Types::PutFileEntryWhen passing PutFileEntry as input to an Aws::Client method, you can use a vanilla Hash:
{
file_path: "Path", file_mode: "EXECUTABLE", file_content: "data",
source_file: {
file_path: "Path", is_move: false,
},
}
Information about a file added or updated as part of a commit.
Instance Attribute Summary collapseThe content of the file, if a source file is not specified.
The extrapolated file mode permissions for the file.
The full path to the file in the repository, including the name of the file.
The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.
The content of the file, if a source file is not specified.
#file_mode ⇒ StringThe extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
Possible values:
The full path to the file in the repository, including the name of the file.
#source_file ⇒ Types::SourceFileSpecifierThe name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4