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::IoTDeviceAdvisor::GetSuiteRunResponse; use Moose; has EndTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'endTime'); has ErrorReason => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'errorReason'); has StartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'startTime'); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status'); has SuiteDefinitionId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'suiteDefinitionId'); has SuiteDefinitionVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'suiteDefinitionVersion'); has SuiteRunArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'suiteRunArn'); has SuiteRunConfiguration => (is => 'ro', isa => 'Paws::IoTDeviceAdvisor::SuiteRunConfiguration', traits => ['NameInRequest'], request_name => 'suiteRunConfiguration'); has SuiteRunId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'suiteRunId'); has Tags => (is => 'ro', isa => 'Paws::IoTDeviceAdvisor::TagMap', traits => ['NameInRequest'], request_name => 'tags'); has TestResult => (is => 'ro', isa => 'Paws::IoTDeviceAdvisor::TestResult', traits => ['NameInRequest'], request_name => 'testResult'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTDeviceAdvisor::GetSuiteRunResponse =head1 ATTRIBUTES =head2 EndTime => Str Date (in Unix epoch time) when the test suite run ended. =head2 ErrorReason => Str Error reason for any test suite run failure. =head2 StartTime => Str Date (in Unix epoch time) when the test suite run was started. =head2 Status => Str Status for the test suite run. Valid values are: C<"PASS">, C<"FAIL">, C<"CANCELED">, C<"PENDING">, C<"RUNNING">, C<"STOPPING">, C<"STOPPED">, C<"PASS_WITH_WARNINGS">, C<"ERROR"> =head2 SuiteDefinitionId => Str Suite definition Id for the test suite run. =head2 SuiteDefinitionVersion => Str Suite definition version for the test suite run. =head2 SuiteRunArn => Str The ARN of the suite run. =head2 SuiteRunConfiguration => L Suite run configuration for the test suite run. =head2 SuiteRunId => Str Suite run Id for the test suite run. =head2 Tags => L The tags attached to the suite run. =head2 TestResult => L Test results for the test suite run. =head2 _request_id => Str =cut