Method: Aws::WAF::Types::SampledHTTPRequest#action

Defined in:
lib/aws-sdk-waf/types.rb

#actionString

The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.

Returns:

  • (String)


4468
4469
4470
4471
4472
4473
4474
4475
4476
# File 'lib/aws-sdk-waf/types.rb', line 4468

class SampledHTTPRequest < Struct.new(
  :request,
  :weight,
  :timestamp,
  :action,
  :rule_within_rule_group)
  SENSITIVE = []
  include Aws::Structure
end