Method: Aws::CodeCommit::Types::GetDifferencesOutput#differences

Defined in:
lib/aws-sdk-codecommit/types.rb

#differencesArray<Types::Difference>

A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

Returns:



3046
3047
3048
3049
3050
3051
# File 'lib/aws-sdk-codecommit/types.rb', line 3046

class GetDifferencesOutput < Struct.new(
  :differences,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end