class Aws::CodeCommit::Types::GetFileOutput

@!attribute [rw] commit_id

The full commit ID of the commit that contains the content returned
by GetFile.
@return [String]

@!attribute [rw] blob_id

The blob ID of the object that represents the file content.
@return [String]

@!attribute [rw] file_path

The fully qualified path to the specified file. Returns the name and
extension of the file.
@return [String]

@!attribute [rw] file_mode

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

<note markdown="1"> 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.

 </note>
@return [String]

@!attribute [rw] file_size

The size of the contents of the file, in bytes.
@return [Integer]

@!attribute [rw] file_content

The base-64 encoded binary data object that represents the content
of the file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetFileOutput AWS API Documentation

Constants

SENSITIVE