Class: Aws::CodeCommit::Types::ObjectTypes

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

Overview

Information about the type of an object in a merge operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseString

The type of the object in the base commit of the merge.

Returns:

  • (String)


5188
5189
5190
5191
5192
5193
5194
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5188

class ObjectTypes < Struct.new(
  :source,
  :destination,
  :base)
  SENSITIVE = []
  include Aws::Structure
end

#destinationString

The type of the object in the destination branch.

Returns:

  • (String)


5188
5189
5190
5191
5192
5193
5194
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5188

class ObjectTypes < Struct.new(
  :source,
  :destination,
  :base)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The type of the object in the source branch.

Returns:

  • (String)


5188
5189
5190
5191
5192
5193
5194
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5188

class ObjectTypes < Struct.new(
  :source,
  :destination,
  :base)
  SENSITIVE = []
  include Aws::Structure
end