File

public struct File : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The fully qualified path to the file in the repository.

    Declaration

    Swift

    public let absolutePath: String?
  • The blob ID that contains the file information.

    Declaration

    Swift

    public let blobId: String?
  • The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

    Declaration

    Swift

    public let fileMode: FileModeTypeEnum?
  • The relative path of the file from the folder where the query originated.

    Declaration

    Swift

    public let relativePath: String?
  • Undocumented

    Declaration

    Swift

    public init(absolutePath: String? = nil, blobId: String? = nil, fileMode: FileModeTypeEnum? = nil, relativePath: String? = nil)