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

Class: Aws::CodeCommit::Types::SourceFileSpecifier

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

Overview

Note:

When passing SourceFileSpecifier as input to an Aws::Client method, you can use a vanilla Hash:

{
  file_path: "Path", # required
  is_move: false,
}

Information about a source file that is part of changes made in a commit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathString

The full path to the file, including the name of the file.

Returns:

  • (String)

    The full path to the file, including the name of the file.

#is_moveBoolean

Whether to remove the source file from the parent commit.

Returns:

  • (Boolean)

    Whether to remove the source file from the parent commit.