ListSolutionsResponse
public struct ListSolutionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token for getting the next set of solutions (if they exist).
Declaration
Swift
public let nextToken: String?
-
A list of the current solutions.
Declaration
Swift
public let solutions: [SolutionSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, solutions: [SolutionSummary]? = nil)