Class: Aws::WAFV2::Types::SampledHTTPRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::SampledHTTPRequest
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Represents a single sampled web request. The response from
GetSampledRequests includes a SampledHTTPRequests complex type that
appears as SampledRequests in the response syntax.
SampledHTTPRequests contains an array of SampledHTTPRequest
objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action that WAF applied to the request.
-
#captcha_response ⇒ Types::CaptchaResponse
The
CAPTCHAresponse for the request. -
#challenge_response ⇒ Types::ChallengeResponse
The
Challengeresponse for the request. -
#labels ⇒ Array<Types::Label>
Labels applied to the web request by matching rules.
-
#overridden_action ⇒ String
Used only for rule group rules that have a rule action override in place in the web ACL.
-
#request ⇒ Types::HTTPRequest
A complex type that contains detailed information about the request.
-
#request_headers_inserted ⇒ Array<Types::HTTPHeader>
Custom request headers inserted by WAF into the request, according to the custom request configuration for the matching rule action.
-
#response_code_sent ⇒ Integer
The response code that was sent for the request.
-
#rule_name_within_rule_group ⇒ String
The name of the
Rulethat the request matched. -
#timestamp ⇒ Time
The time at which WAF received the request from your Amazon Web Services resource, in Unix time format (in seconds).
-
#weight ⇒ Integer
A value that indicates how one result in the response relates proportionally to other results in the response.
Instance Attribute Details
#action ⇒ String
The action that WAF applied to the request.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#captcha_response ⇒ Types::CaptchaResponse
The CAPTCHA response for the request.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#challenge_response ⇒ Types::ChallengeResponse
The Challenge response for the request.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Array<Types::Label>
Labels applied to the web request by matching rules. WAF applies fully qualified labels to matching web requests. A fully qualified label is the concatenation of a label namespace and a rule label. The rule's rule group or web ACL defines the label namespace.
For example,
awswaf:111122223333:myRuleGroup:testRules:testNS1:testNS2:labelNameA
or awswaf:managed:aws:managed-rule-set:header:encoding:utf8.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#overridden_action ⇒ String
Used only for rule group rules that have a rule action override in
place in the web ACL. This is the action that the rule group rule is
configured for, and not the action that was applied to the request.
The action that WAF applied is the Action value.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#request ⇒ Types::HTTPRequest
A complex type that contains detailed information about the request.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#request_headers_inserted ⇒ Array<Types::HTTPHeader>
Custom request headers inserted by WAF into the request, according to the custom request configuration for the matching rule action.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#response_code_sent ⇒ Integer
The response code that was sent for the request.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#rule_name_within_rule_group ⇒ String
The name of the Rule that the request matched. For managed rule
groups, the format for this name is <vendor name>#<managed rule
group name>#<rule name>. For your own rule groups, the format for
this name is <rule group name>#<rule name>. If the rule is not in
a rule group, this field is absent.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time at which WAF received the request from your Amazon Web Services resource, in Unix time format (in seconds).
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Integer
A value that indicates how one result in the response relates
proportionally to other results in the response. For example, a
result that has a weight of 2 represents roughly twice as many web
requests as a result that has a weight of 1.
8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 8775 class SampledHTTPRequest < Struct.new( :request, :weight, :timestamp, :action, :rule_name_within_rule_group, :request_headers_inserted, :response_code_sent, :labels, :captcha_response, :challenge_response, :overridden_action) SENSITIVE = [] include Aws::Structure end |