Method: Aws::CodeCommit::Types::ObjectTypes#base
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#base ⇒ String
The type of the object in the base commit of the merge.
5186 5187 5188 5189 5190 5191 5192 |
# File 'lib/aws-sdk-codecommit/types.rb', line 5186 class ObjectTypes < Struct.new( :source, :destination, :base) SENSITIVE = [] include Aws::Structure end |