Position
public struct Position : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The column in the line containing the specified position in the document.
Declaration
Swift
public let column: Int?
-
The line containing the specified position in the document.
Declaration
Swift
public let line: Int?
-
Undocumented
Declaration
Swift
public init(column: Int? = nil, line: Int? = nil)