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::GetRecommendationsResponse; use Moose; has Anomalies => (is => 'ro', isa => 'ArrayRef[Paws::CodeGuruProfiler::Anomaly]', traits => ['NameInRequest'], request_name => 'anomalies', required => 1); has ProfileEndTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'profileEndTime', required => 1); has ProfileStartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'profileStartTime', required => 1); has ProfilingGroupName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'profilingGroupName', required => 1); has Recommendations => (is => 'ro', isa => 'ArrayRef[Paws::CodeGuruProfiler::Recommendation]', traits => ['NameInRequest'], request_name => 'recommendations', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeGuruProfiler::GetRecommendationsResponse =head1 ATTRIBUTES =head2 B Anomalies => ArrayRef[L] The list of anomalies that the analysis has found for this profile. =head2 B ProfileEndTime => Str The end time of the profile the analysis data is about. 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 ProfileStartTime => Str The start time of the profile the analysis data is about. 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 ProfilingGroupName => Str The name of the profiling group the analysis data is about. =head2 B Recommendations => ArrayRef[L] The list of recommendations that the analysis found for this profile. =head2 _request_id => Str =cut