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` package Paws::WAFV2::DescribeManagedRuleGroupResponse; use Moose; has AvailableLabels => (is => 'ro', isa => 'ArrayRef[Paws::WAFV2::LabelSummary]'); has Capacity => (is => 'ro', isa => 'Int'); has ConsumedLabels => (is => 'ro', isa => 'ArrayRef[Paws::WAFV2::LabelSummary]'); has LabelNamespace => (is => 'ro', isa => 'Str'); has Rules => (is => 'ro', isa => 'ArrayRef[Paws::WAFV2::RuleSummary]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::WAFV2::DescribeManagedRuleGroupResponse =head1 ATTRIBUTES =head2 AvailableLabels => ArrayRef[L] The labels that one or more rules in this rule group add to matching web requests. These labels are defined in the C for a Rule. =head2 Capacity => Int The web ACL capacity units (WCUs) required for this rule group. WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. WAF calculates capacity differently for each rule type, to reflect each rule's relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500. =head2 ConsumedLabels => ArrayRef[L] The labels that one or more rules in this rule group match against in label match statements. These labels are defined in a C specification, in the Statement definition of a rule. =head2 LabelNamespace => Str The label namespace prefix for this rule group. All labels added by rules in this rule group have this prefix. =over =item * The syntax for the label namespace prefix for a managed rule group is the following: CvendorE:Erule group nameE>: =item * When a rule with a label matches a web request, WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon: Clabel namespaceE:Elabel from ruleE> =back =head2 Rules => ArrayRef[L] =head2 _request_id => Str =cut 1;