TextWithHighlights
public struct TextWithHighlights : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The beginning and end of the text that should be highlighted.
Declaration
Swift
public let highlights: [Highlight]? -
The text to display to the user.
Declaration
Swift
public let text: String? -
Undocumented
Declaration
Swift
public init(highlights: [Highlight]? = nil, text: String? = nil)
View on GitHub
TextWithHighlights Structure Reference