NAME
Paws::CodeCommit::GetFileOutput
ATTRIBUTES
REQUIRED BlobId => Str
The blob ID of the object that represents the file content.
REQUIRED CommitId => Str
The full commit ID of the commit that contains the content returned by GetFile.
REQUIRED FileContent => Str
The base-64 encoded binary data object that represents the content of the file.
REQUIRED FileMode => Str
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.
Valid values are: "EXECUTABLE"
, "NORMAL"
, "SYMLINK"
=head2 REQUIRED FilePath => Str
The fully qualified path to the specified file. Returns the name and extension of the file.
REQUIRED FileSize => Int
The size of the contents of the file, in bytes.