Method: Aws::CodeCommit::Types::GetMergeConflictsInput#repository_name

Defined in:
lib/aws-sdk-codecommit/types.rb

#repository_nameString

The name of the repository where the pull request was created.

Returns:

  • (String)


3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-codecommit/types.rb', line 3318

class GetMergeConflictsInput < Struct.new(
  :repository_name,
  :destination_commit_specifier,
  :source_commit_specifier,
  :merge_option,
  :conflict_detail_level,
  :max_conflict_files,
  :conflict_resolution_strategy,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end