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

Class: Aws::CodeCommit::Types::FileSizes

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

Overview

Information about the size of files in a merge or pull request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#baseInteger

The size of a file in the base of a merge or pull request.

Returns:

  • (Integer)

    The size of a file in the base of a merge or pull request.

#destinationInteger

The size of a file in the destination of a merge or pull request.

Returns:

  • (Integer)

    The size of a file in the destination of a merge or pull request.

#sourceInteger

The size of a file in the source of a merge or pull request.

Returns:

  • (Integer)

    The size of a file in the source of a merge or pull request.