GetModelsRequest
public struct GetModelsRequest : AWSShape
extension FraudDetector.GetModelsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of objects to return for the request.
Declaration
Swift
public let maxResults: Int?
-
The model ID.
Declaration
Swift
public let modelId: String?
-
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum?
-
The next token for the subsequent request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, modelId: String? = nil, modelType: ModelTypeEnum? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> FraudDetector.GetModelsRequest