GetEventTypesRequest

public struct GetEventTypesRequest : AWSShape
extension FraudDetector.GetEventTypesRequest: 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 name.

    Declaration

    Swift

    public let name: String?
  • The next token for the subsequent 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