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::CodeGuruProfiler::BatchGetFrameMetricDataResponse; use Moose; has EndTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'endTime', required => 1); has EndTimes => (is => 'ro', isa => 'ArrayRef[Paws::CodeGuruProfiler::TimestampStructure]', traits => ['NameInRequest'], request_name => 'endTimes', required => 1); has FrameMetricData => (is => 'ro', isa => 'ArrayRef[Paws::CodeGuruProfiler::FrameMetricDatum]', traits => ['NameInRequest'], request_name => 'frameMetricData', required => 1); has Resolution => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'resolution', required => 1); has StartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'startTime', required => 1); has UnprocessedEndTimes => (is => 'ro', isa => 'Paws::CodeGuruProfiler::UnprocessedEndTimeMap', traits => ['NameInRequest'], request_name => 'unprocessedEndTimes', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeGuruProfiler::BatchGetFrameMetricDataResponse =head1 ATTRIBUTES =head2 B EndTime => Str The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. =head2 B EndTimes => ArrayRef[L] List of instances, or time steps, in the time series. For example, if the C is one day (C), and the C is five minutes (C), then there are 288 C in the list that are each five minutes appart. =head2 B FrameMetricData => ArrayRef[L] Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame. =head2 B Resolution => Str Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values. =over =item * C - 1 day =item * C - 1 hour =item * C - 5 minutes =back Valid values are: C<"PT5M">, C<"PT1H">, C<"P1D"> =head2 B StartTime => Str The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. =head2 B UnprocessedEndTimes => L List of instances which remained unprocessed. This will create a missing time step in the list of end times. =head2 _request_id => Str =cut