Method: Aws::CodeCommit::Types::Commit#tree_id
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#tree_id ⇒ String
Tree information for the specified commit.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1121 class Commit < Struct.new( :commit_id, :tree_id, :parents, :message, :author, :committer, :additional_data) SENSITIVE = [] include Aws::Structure end |