Class: Aws::CodeCommit::Types::CreateUnreferencedMergeCommitOutput

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 full commit ID of the commit that contains your merge results.

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1797

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

#tree_idString

The full SHA-1 pointer of the tree information for the commit that contains the merge results.

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1797

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