AWS SDK for Kotlin
Toggle table of contents
1.5.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
observabilityadmin
/
aws.sdk.kotlin.services.observabilityadmin.model
/
Action
Action
sealed
class
Action
Enumeration of WAF actions that can be matched in filter conditions.
Inheritors
Allow
Block
Captcha
Challenge
Count
ExcludedAsCount
SdkUnknown
Members
Types
Allow
Link copied to clipboard
object
Allow
:
Action
Block
Link copied to clipboard
object
Block
:
Action
Captcha
Link copied to clipboard
object
Captcha
:
Action
Challenge
Link copied to clipboard
object
Challenge
:
Action
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
Action
Excluded
As
Count
Link copied to clipboard
object
ExcludedAsCount
:
Action
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Action
Properties
value
Link copied to clipboard
abstract
val
value
:
String