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

Class: Aws::CodeCommit::Types::IsBinaryFile

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

Overview

Information about whether a file is binary or textual in a merge or pull request operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#baseBoolean

The binary or non-binary status of a file in the base of a merge or pull request.

Returns:

  • (Boolean)

    The binary or non-binary status of a file in the base of a merge or pull request.

#destinationBoolean

The binary or non-binary status of a file in the destination of a merge or pull request.

Returns:

  • (Boolean)

    The binary or non-binary status of a file in the destination of a merge or pull request.

#sourceBoolean

The binary or non-binary status of file in the source of a merge or pull request.

Returns:

  • (Boolean)

    The binary or non-binary status of file in the source of a merge or pull request.