SuggestResponse
public struct SuggestResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).
Declaration
Swift
public let status: SuggestStatus?
-
Container for the matching search suggestion information.
Declaration
Swift
public let suggest: SuggestModel?
-
Undocumented
Declaration
Swift
public init(status: SuggestStatus? = nil, suggest: SuggestModel? = nil)