Class: Aws::ObservabilityAdmin::Types::ActionCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ActionCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Condition that matches based on the specific WAF action taken on the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).
Instance Attribute Details
#action ⇒ String
The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).
49 50 51 52 53 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 49 class ActionCondition < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |