You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::Difference

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_blobTypes::BlobMetadata

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

Returns:

  • (Types::BlobMetadata)

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

#before_blobTypes::BlobMetadata

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

Returns:

  • (Types::BlobMetadata)

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

#change_typeString

Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

Possible values:

  • A
  • M
  • D

Returns:

  • (String)

    Whether the change type of the difference is an addition (A), deletion (D), or modification (M).