A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodeCommit/Types/PutFileEntry.html below:

PutFileEntry — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::PutFileEntry
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #file_content ⇒ String

The content of the file, if a source file is not specified.

#file_mode ⇒ String

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Possible values:

#file_path ⇒ String

The full path to the file in the repository, including the name of the file.

#source_fileTypes::SourceFileSpecifier

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.


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