Class: Aws::CodeCommit::Types::MergeBranchesByFastForwardOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The commit ID of the merge in the destination or target branch.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4429

class MergeBranchesByFastForwardOutput < Struct.new(
  :commit_id,
  :tree_id)
  SENSITIVE = []
  include Aws::Structure
end

#tree_idString

The tree ID of the merge in the destination or target branch.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4429

class MergeBranchesByFastForwardOutput < Struct.new(
  :commit_id,
  :tree_id)
  SENSITIVE = []
  include Aws::Structure
end