ListSchemasRequest

public struct ListSchemasRequest : AWSShape
extension Personalize.ListSchemasRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws