SubModule
public struct SubModule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fully qualified path to the folder that contains the reference to the submodule.
Declaration
Swift
public let absolutePath: String?
-
The commit ID that contains the reference to the submodule.
Declaration
Swift
public let commitId: String?
-
The relative path of the submodule from the folder where the query originated.
Declaration
Swift
public let relativePath: String?
-
Undocumented
Declaration
Swift
public init(absolutePath: String? = nil, commitId: String? = nil, relativePath: String? = nil)