ListSolutionVersionsRequest

public struct ListSolutionVersionsRequest : AWSShape
extension Personalize.ListSolutionVersionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of solution versions to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A token returned from the previous call to ListSolutionVersions for getting the next set of solution versions (if they exist).

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon Resource Name (ARN) of the solution.

    Declaration

    Swift

    public let solutionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, solutionArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws