Method: Aws::CodeCommit::Types::ConflictResolution#replace_contents
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#replace_contents ⇒ Array<Types::ReplaceContentEntry>
Files to have content replaced as part of the merge conflict resolution.
1293 1294 1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1293 class ConflictResolution < Struct.new( :replace_contents, :delete_files, :set_file_modes) SENSITIVE = [] include Aws::Structure end |