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::FMS::GetProtectionStatusResponse; use Moose; has AdminAccountId => (is => 'ro', isa => 'Str'); has Data => (is => 'ro', isa => 'Str'); has NextToken => (is => 'ro', isa => 'Str'); has ServiceType => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::FMS::GetProtectionStatusResponse =head1 ATTRIBUTES =head2 AdminAccountId => Str The ID of the AWS Firewall administrator account for this policy. =head2 Data => Str Details about the attack, including the following: =over =item * Attack type =item * Account ID =item * ARN of the resource attacked =item * Start time of the attack =item * End time of the attack (ongoing attacks will not have an end time) =back The details are in JSON format. =head2 NextToken => Str If you have more objects than the number that you specified for C in the request, the response includes a C value. To list more objects, submit another C request, and specify the C value from the response in the C value in the next request. AWS SDKs provide auto-pagination that identify C in a response and make subsequent request calls automatically on your behalf. However, this feature is not supported by C. You must submit subsequent requests with C using your own processes. =head2 ServiceType => Str The service type that is protected by the policy. Currently, this is always C. Valid values are: C<"WAF">, C<"WAFV2">, C<"SHIELD_ADVANCED">, C<"SECURITY_GROUPS_COMMON">, C<"SECURITY_GROUPS_CONTENT_AUDIT">, C<"SECURITY_GROUPS_USAGE_AUDIT">, C<"NETWORK_FIREWALL">, C<"DNS_FIREWALL"> =head2 _request_id => Str =cut 1;