MatchRange
public struct MatchRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The end of the range.
Declaration
Swift
public let end: Int64
-
The start of the range.
Declaration
Swift
public let start: Int64
-
Undocumented
Declaration
Swift
public init(end: Int64, start: Int64)