GetVariablesRequest
public struct GetVariablesRequest : AWSShape
extension FraudDetector.GetVariablesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The max size per page determined for the get variable request.
Declaration
Swift
public let maxResults: Int? -
The name of the variable.
Declaration
Swift
public let name: String? -
The next page token of the get variable request.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, name: String? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> FraudDetector.GetVariablesRequest
View on GitHub
GetVariablesRequest Structure Reference