Class: Aws::CodeCommit::Types::MergeMetadata

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

Overview

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_mergedBoolean

A Boolean value indicating whether the merge has been made.

Returns:

  • (Boolean)


4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4882

class MergeMetadata < Struct.new(
  :is_merged,
  :merged_by,
  :merge_commit_id,
  :merge_option)
  SENSITIVE = []
  include Aws::Structure
end

#merge_commit_idString

The commit ID for the merge commit, if any.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4882

class MergeMetadata < Struct.new(
  :is_merged,
  :merged_by,
  :merge_commit_id,
  :merge_option)
  SENSITIVE = []
  include Aws::Structure
end

#merge_optionString

The merge strategy used in the merge.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4882

class MergeMetadata < Struct.new(
  :is_merged,
  :merged_by,
  :merge_commit_id,
  :merge_option)
  SENSITIVE = []
  include Aws::Structure
end

#merged_byString

The Amazon Resource Name (ARN) of the user who merged the branches.

Returns:

  • (String)


4882
4883
4884
4885
4886
4887
4888
4889
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4882

class MergeMetadata < Struct.new(
  :is_merged,
  :merged_by,
  :merge_commit_id,
  :merge_option)
  SENSITIVE = []
  include Aws::Structure
end