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

Class: Aws::CodeCommit::Types::GetFileOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blob_idString

The blob ID of the object that represents the file content.

Returns:

  • (String)

    The blob ID of the object that represents the file content.

#commit_idString

The full commit ID of the commit that contains the content returned by GetFile.

Returns:

  • (String)

    The full commit ID of the commit that contains the content returned by GetFile.

#file_contentString

The base-64 encoded binary data object that represents the content of the file.

Returns:

  • (String)

    The base-64 encoded binary data object that represents the content of the file.

#file_modeString

The extrapolated file mode permissions of the blob. Valid values include strings such as EXECUTABLE and not numeric values.

The file mode permissions returned by this API are not the standard file mode permission values, such as 100644, but rather extrapolated values. See the supported return values.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The extrapolated file mode permissions of the blob.

#file_pathString

The fully qualified path to the specified file. Returns the name and extension of the file.

Returns:

  • (String)

    The fully qualified path to the specified file.

#file_sizeInteger

The size of the contents of the file, in bytes.

Returns:

  • (Integer)

    The size of the contents of the file, in bytes.