ListSolutionVersionsResponse
public struct ListSolutionVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token for getting the next set of solution versions (if they exist).
Declaration
Swift
public let nextToken: String?
-
A list of solution versions describing the version properties.
Declaration
Swift
public let solutionVersions: [SolutionVersionSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, solutionVersions: [SolutionVersionSummary]? = nil)