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

Class: Aws::CodeCommit::Types::FileMetadata

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

Overview

A file to be added, updated, or deleted as part of a commit.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathString

The full path to the file to be added or updated, including the name of the file.

Returns:

  • (String)

    The full path to the file to be added or updated, including the name of the file.

#blob_idString

The blob ID that contains the file information.

Returns:

  • (String)

    The blob ID that contains the file information.

#file_modeString

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The extrapolated file mode permissions for the file.