GetFileOutput

public struct GetFileOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The blob ID of the object that represents the file content.

    Declaration

    Swift

    public let blobId: String
  • The full commit ID of the commit that contains the content returned by GetFile.

    Declaration

    Swift

    public let commitId: String
  • The base-64 encoded binary data object that represents the content of the file.

    Declaration

    Swift

    public let fileContent: Data
  • 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.

    Declaration

    Swift

    public let fileMode: FileModeTypeEnum
  • The fully qualified path to the specified file. Returns the name and extension of the file.

    Declaration

    Swift

    public let filePath: String
  • The size of the contents of the file, in bytes.

    Declaration

    Swift

    public let fileSize: Int64
  • Undocumented

    Declaration

    Swift

    public init(blobId: String, commitId: String, fileContent: Data, fileMode: FileModeTypeEnum, filePath: String, fileSize: Int64)