toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
shield
/
aws.sdk.kotlin.services.shield.model
/
AttackPropertyIdentifier
Attack
Property
Identifier
sealed
class
AttackPropertyIdentifier
Inheritors
DestinationUrl
Referrer
SourceAsn
SourceCountry
SourceIpAddress
SourceUserAgent
WordpressPingbackReflector
WordpressPingbackSource
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Destination
Url
Link copied to clipboard
object
DestinationUrl
:
AttackPropertyIdentifier
Referrer
Link copied to clipboard
object
Referrer
:
AttackPropertyIdentifier
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttackPropertyIdentifier
Source
Asn
Link copied to clipboard
object
SourceAsn
:
AttackPropertyIdentifier
Source
Country
Link copied to clipboard
object
SourceCountry
:
AttackPropertyIdentifier
Source
Ip
Address
Link copied to clipboard
object
SourceIpAddress
:
AttackPropertyIdentifier
Source
User
Agent
Link copied to clipboard
object
SourceUserAgent
:
AttackPropertyIdentifier
Wordpress
Pingback
Reflector
Link copied to clipboard
object
WordpressPingbackReflector
:
AttackPropertyIdentifier
Wordpress
Pingback
Source
Link copied to clipboard
object
WordpressPingbackSource
:
AttackPropertyIdentifier
Properties
value
Link copied to clipboard
abstract
val
value
:
String