Class: Aws::CodeCommit::Types::ReplaceContentEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Information about a replacement content entry in the conflict of a merge or pull request operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.

Returns:

  • (String)


6192
6193
6194
6195
6196
6197
6198
6199
# File 'lib/aws-sdk-codecommit/types.rb', line 6192

class ReplaceContentEntry < Struct.new(
  :file_path,
  :replacement_type,
  :content,
  :file_mode)
  SENSITIVE = []
  include Aws::Structure
end

#file_modeString

The file mode to apply during conflict resoltion.

Returns:

  • (String)


6192
6193
6194
6195
6196
6197
6198
6199
# File 'lib/aws-sdk-codecommit/types.rb', line 6192

class ReplaceContentEntry < Struct.new(
  :file_path,
  :replacement_type,
  :content,
  :file_mode)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The path of the conflicting file.

Returns:

  • (String)


6192
6193
6194
6195
6196
6197
6198
6199
# File 'lib/aws-sdk-codecommit/types.rb', line 6192

class ReplaceContentEntry < Struct.new(
  :file_path,
  :replacement_type,
  :content,
  :file_mode)
  SENSITIVE = []
  include Aws::Structure
end

#replacement_typeString

The replacement type to use when determining how to resolve the conflict.

Returns:

  • (String)


6192
6193
6194
6195
6196
6197
6198
6199
# File 'lib/aws-sdk-codecommit/types.rb', line 6192

class ReplaceContentEntry < Struct.new(
  :file_path,
  :replacement_type,
  :content,
  :file_mode)
  SENSITIVE = []
  include Aws::Structure
end