SampledHTTPRequest class

Constructors

SampledHTTPRequest({required HTTPRequest request, required int weight, String? action, String? ruleWithinRuleGroup, DateTime? timestamp})
SampledHTTPRequest.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
The action for the Rule that the request matched: ALLOW, BLOCK, or COUNT.
final
hashCode int
The hash code for this object.
no setterinherited
request HTTPRequest
A complex type that contains detailed information about the request.
final
ruleWithinRuleGroup String?
This value is returned if the GetSampledRequests request specifies the ID of a RuleGroup rather than the ID of an individual rule. RuleWithinRuleGroup is the rule within the specified RuleGroup that matched the request listed in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
final
weight int
A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of 2 represents roughly twice as many CloudFront web requests as a result that has a weight of 1.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited