PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::WAF::SampledHTTPRequest; use Moose; has Action => (is => 'ro', isa => 'Str'); has Request => (is => 'ro', isa => 'Paws::WAF::HTTPRequest', required => 1); has RuleWithinRuleGroup => (is => 'ro', isa => 'Str'); has Timestamp => (is => 'ro', isa => 'Str'); has Weight => (is => 'ro', isa => 'Int', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::WAF::SampledHTTPRequest =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::WAF::SampledHTTPRequest object: $service_obj->Method(Att1 => { Action => $value, ..., Weight => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::WAF::SampledHTTPRequest object: $result = $service_obj->Method(...); $result->Att1->Action =head1 DESCRIPTION This is B documentation. For more information, see AWS WAF Classic (https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html) in the developer guide. B, use the AWS WAFV2 API and see the AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html). With the latest version, AWS WAF has a single set of endpoints for regional and global use. The response from a GetSampledRequests request includes a C complex type that appears as C in the response syntax. C contains one C object for each web request that is returned by C. =head1 ATTRIBUTES =head2 Action => Str The action for the C that the request matched: C, C, or C. =head2 B Request => L A complex type that contains detailed information about the request. =head2 RuleWithinRuleGroup => Str This value is returned if the C request specifies the ID of a C rather than the ID of an individual rule. C is the rule within the specified C that matched the request listed in the response. =head2 Timestamp => Str The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds). =head2 B 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 C<2> represents roughly twice as many CloudFront web requests as a result that has a weight of C<1>. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut