AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
waf
/
aws.sdk.kotlin.services.waf.model
/
PredicateType
Predicate
Type
sealed
class
PredicateType
Inheritors
ByteMatch
GeoMatch
IpMatch
RegexMatch
SizeConstraint
SqlInjectionMatch
XssMatch
SdkUnknown
Members
Types
Byte
Match
Link copied to clipboard
object
ByteMatch
:
PredicateType
Companion
Link copied to clipboard
object
Companion
Geo
Match
Link copied to clipboard
object
GeoMatch
:
PredicateType
Ip
Match
Link copied to clipboard
object
IpMatch
:
PredicateType
Regex
Match
Link copied to clipboard
object
RegexMatch
:
PredicateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PredicateType
Size
Constraint
Link copied to clipboard
object
SizeConstraint
:
PredicateType
Sql
Injection
Match
Link copied to clipboard
object
SqlInjectionMatch
:
PredicateType
Xss
Match
Link copied to clipboard
object
XssMatch
:
PredicateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String