ClickFeedback
public struct ClickFeedback : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Unix timestamp of the date and time that the result was clicked.
Declaration
Swift
public let clickTime: TimeStamp
-
The unique identifier of the search result that was clicked.
Declaration
Swift
public let resultId: String
-
Undocumented
Declaration
Swift
public init(clickTime: TimeStamp, resultId: String)
-
Declaration
Swift
public func validate(name: String) throws