Method: Aws::CodeCommit::Types::Difference#before_blob

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

#before_blobTypes::BlobMetadata

Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

Returns:



2247
2248
2249
2250
2251
2252
2253
# File 'lib/aws-sdk-codecommit/types.rb', line 2247

class Difference < Struct.new(
  :before_blob,
  :after_blob,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end