class Aws::CodeCommit::Types::ReplaceContentEntry
Information about a replacement content entry in the conflict of a merge or pull request operation.
@note When making an API call, you may pass ReplaceContentEntry
data as a hash: { file_path: "Path", # required replacement_type: "KEEP_BASE", # required, accepts KEEP_BASE, KEEP_SOURCE, KEEP_DESTINATION, USE_NEW_CONTENT content: "data", file_mode: "EXECUTABLE", # accepts EXECUTABLE, NORMAL, SYMLINK }
@!attribute [rw] file_path
The path of the conflicting file. @return [String]
@!attribute [rw] replacement_type
The replacement type to use when determining how to resolve the conflict. @return [String]
@!attribute [rw] content
The base-64 encoded content to use when the replacement type is USE\_NEW\_CONTENT. @return [String]
@!attribute [rw] file_mode
The file mode to apply during conflict resoltion. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ReplaceContentEntry AWS API Documentation
Constants
- SENSITIVE