class Aws::CodeCommit::Types::Difference

Returns information about a set of differences for a commit specifier.

@!attribute [rw] before_blob

Information about a `beforeBlob` data type object, including the ID,
the file mode permission code, and the path.
@return [Types::BlobMetadata]

@!attribute [rw] after_blob

Information about an `afterBlob` data type object, including the ID,
the file mode permission code, and the path.
@return [Types::BlobMetadata]

@!attribute [rw] change_type

Whether the change type of the difference is an addition (A),
deletion (D), or modification (M).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/Difference AWS API Documentation

Constants

SENSITIVE