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::StepFunctions::DescribeExecutionOutput; use Moose; has ExecutionArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'executionArn' , required => 1); has Input => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'input' ); has InputDetails => (is => 'ro', isa => 'Paws::StepFunctions::CloudWatchEventsExecutionDataDetails', traits => ['NameInRequest'], request_name => 'inputDetails' ); has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name' ); has Output => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'output' ); has OutputDetails => (is => 'ro', isa => 'Paws::StepFunctions::CloudWatchEventsExecutionDataDetails', traits => ['NameInRequest'], request_name => 'outputDetails' ); has StartDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'startDate' , required => 1); has StateMachineArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'stateMachineArn' , required => 1); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status' , required => 1); has StopDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'stopDate' ); has TraceHeader => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'traceHeader' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::StepFunctions::DescribeExecutionOutput =head1 ATTRIBUTES =head2 B ExecutionArn => Str The Amazon Resource Name (ARN) that identifies the execution. =head2 Input => Str The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding. =head2 InputDetails => L =head2 Name => Str The name of the execution. A name must I contain: =over =item * white space =item * brackets C E { } [ ]> =item * wildcard characters C =item * special characters C<" # % \ ^ | ~ ` $ & , ; : /> =item * control characters (C, C) =back To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _. =head2 Output => Str The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding. This field is set only if the execution succeeds. If the execution fails, this field is null. =head2 OutputDetails => L =head2 B StartDate => Str The date the execution is started. =head2 B StateMachineArn => Str The Amazon Resource Name (ARN) of the executed stated machine. =head2 B Status => Str The current status of the execution. Valid values are: C<"RUNNING">, C<"SUCCEEDED">, C<"FAILED">, C<"TIMED_OUT">, C<"ABORTED"> =head2 StopDate => Str If the execution has already ended, the date the execution stopped. =head2 TraceHeader => Str The AWS X-Ray trace header that was passed to the execution. =head2 _request_id => Str =cut 1;