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` # Generated by default/object.tt package Paws::Batch::JobDetail; use Moose; has ArrayProperties => (is => 'ro', isa => 'Paws::Batch::ArrayPropertiesDetail', request_name => 'arrayProperties', traits => ['NameInRequest']); has Attempts => (is => 'ro', isa => 'ArrayRef[Paws::Batch::AttemptDetail]', request_name => 'attempts', traits => ['NameInRequest']); has Container => (is => 'ro', isa => 'Paws::Batch::ContainerDetail', request_name => 'container', traits => ['NameInRequest']); has CreatedAt => (is => 'ro', isa => 'Int', request_name => 'createdAt', traits => ['NameInRequest']); has DependsOn => (is => 'ro', isa => 'ArrayRef[Paws::Batch::JobDependency]', request_name => 'dependsOn', traits => ['NameInRequest']); has JobArn => (is => 'ro', isa => 'Str', request_name => 'jobArn', traits => ['NameInRequest']); has JobDefinition => (is => 'ro', isa => 'Str', request_name => 'jobDefinition', traits => ['NameInRequest'], required => 1); has JobId => (is => 'ro', isa => 'Str', request_name => 'jobId', traits => ['NameInRequest'], required => 1); has JobName => (is => 'ro', isa => 'Str', request_name => 'jobName', traits => ['NameInRequest'], required => 1); has JobQueue => (is => 'ro', isa => 'Str', request_name => 'jobQueue', traits => ['NameInRequest'], required => 1); has NodeDetails => (is => 'ro', isa => 'Paws::Batch::NodeDetails', request_name => 'nodeDetails', traits => ['NameInRequest']); has NodeProperties => (is => 'ro', isa => 'Paws::Batch::NodeProperties', request_name => 'nodeProperties', traits => ['NameInRequest']); has Parameters => (is => 'ro', isa => 'Paws::Batch::ParametersMap', request_name => 'parameters', traits => ['NameInRequest']); has PlatformCapabilities => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'platformCapabilities', traits => ['NameInRequest']); has PropagateTags => (is => 'ro', isa => 'Bool', request_name => 'propagateTags', traits => ['NameInRequest']); has RetryStrategy => (is => 'ro', isa => 'Paws::Batch::RetryStrategy', request_name => 'retryStrategy', traits => ['NameInRequest']); has StartedAt => (is => 'ro', isa => 'Int', request_name => 'startedAt', traits => ['NameInRequest'], required => 1); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest'], required => 1); has StatusReason => (is => 'ro', isa => 'Str', request_name => 'statusReason', traits => ['NameInRequest']); has StoppedAt => (is => 'ro', isa => 'Int', request_name => 'stoppedAt', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'Paws::Batch::TagrisTagsMap', request_name => 'tags', traits => ['NameInRequest']); has Timeout => (is => 'ro', isa => 'Paws::Batch::JobTimeout', request_name => 'timeout', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Batch::JobDetail =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Batch::JobDetail object: $service_obj->Method(Att1 => { ArrayProperties => $value, ..., Timeout => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Batch::JobDetail object: $result = $service_obj->Method(...); $result->Att1->ArrayProperties =head1 DESCRIPTION An object representing an AWS Batch job. =head1 ATTRIBUTES =head2 ArrayProperties => L The array properties of the job, if it is an array job. =head2 Attempts => ArrayRef[L] A list of job attempts associated with this job. =head2 Container => L An object representing the details of the container that's associated with the job. =head2 CreatedAt => Int The Unix timestamp (in milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the C state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the C state. =head2 DependsOn => ArrayRef[L] A list of job IDs that this job depends on. =head2 JobArn => Str The Amazon Resource Name (ARN) of the job. =head2 B JobDefinition => Str The job definition that's used by this job. =head2 B JobId => Str The ID for the job. =head2 B JobName => Str The name of the job. =head2 B JobQueue => Str The Amazon Resource Name (ARN) of the job queue that the job is associated with. =head2 NodeDetails => L An object representing the details of a node that's associated with a multi-node parallel job. =head2 NodeProperties => L An object representing the node properties of a multi-node parallel job. This isn't applicable to jobs running on Fargate resources. =head2 Parameters => L Additional parameters passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition. =head2 PlatformCapabilities => ArrayRef[Str|Undef] The platform capabilities required by the job definition. If no value is specified, it defaults to C. Jobs run on Fargate resources specify C. =head2 PropagateTags => Bool Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks during task creation. For tags with the same name, job tags are given priority over job definitions tags. If the total number of combined tags from the job and job definition is over 50, the job is moved to the C state. =head2 RetryStrategy => L The retry strategy to use for this job if an attempt fails. =head2 B StartedAt => Int The Unix timestamp (in milliseconds) for when the job was started (when the job transitioned from the C state to the C state). This parameter isn't provided for child jobs of array jobs or multi-node parallel jobs. =head2 B Status => Str The current status for the job. If your jobs don't progress to C, see Jobs Stuck in RUNNABLE Status (https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#job_stuck_in_runnable) in the troubleshooting section of the I. =head2 StatusReason => Str A short, human-readable string to provide additional details about the current status of the job. =head2 StoppedAt => Int The Unix timestamp (in milliseconds) for when the job was stopped (when the job transitioned from the C state to a terminal state, such as C or C). =head2 Tags => L The tags applied to the job. =head2 Timeout => L The timeout configuration for the job. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut