Class: Aws::CodeGuruReviewer::Types::BranchDiffSourceCodeType

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

Overview

A type of SourceCodeType that specifies a code diff between a source and destination branch in an associated repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_branch_nameString

The destination branch for a diff in an associated repository.

Returns:

  • (String)


117
118
119
120
121
122
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 117

class BranchDiffSourceCodeType < Struct.new(
  :source_branch_name,
  :destination_branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#source_branch_nameString

The source branch for a diff in an associated repository.

Returns:

  • (String)


117
118
119
120
121
122
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 117

class BranchDiffSourceCodeType < Struct.new(
  :source_branch_name,
  :destination_branch_name)
  SENSITIVE = []
  include Aws::Structure
end