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::Health::DescribeEventTypesResponse; use Moose; has EventTypes => (is => 'ro', isa => 'ArrayRef[Paws::Health::EventType]', traits => ['NameInRequest'], request_name => 'eventTypes' ); has NextToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'nextToken' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Health::DescribeEventTypesResponse =head1 ATTRIBUTES =head2 EventTypes => ArrayRef[L] A list of event types that match the filter criteria. Event types have a category (C, C, or C), a service (for example, C, C, C, C), and a code (in the format C_I >; for example, C). =head2 NextToken => Str If the results of a search are large, only a portion of the results are returned, and a C pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. =head2 _request_id => Str =cut 1;