![]() |
![]()
| ![]() |
![]()
NAMEPaws::EMRContainers::JobRun USAGEThis class represents one of two things: 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::EMRContainers::JobRun object: $service_obj->Method(Att1 => { Arn => $value, ..., VirtualClusterId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EMRContainers::JobRun object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONThis entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS. ATTRIBUTESArn => StrThe ARN of job run. ClientToken => StrThe client token used to start a job run. ConfigurationOverrides => Paws::EMRContainers::ConfigurationOverridesThe configuration settings that are used to override default configuration. CreatedAt => StrThe date and time when the job run was created. CreatedBy => StrThe user who created the job run. ExecutionRoleArn => StrThe execution role ARN of the job run. FailureReason => StrThe reasons why the job run has failed. FinishedAt => StrThe date and time when the job run has finished. Id => StrThe ID of the job run. JobDriver => Paws::EMRContainers::JobDriverParameters of job driver for the job run. Name => StrThe name of the job run. ReleaseLabel => StrThe release version of Amazon EMR. State => StrThe state of the job run. StateDetails => StrAdditional details of the job run state. Tags => Paws::EMRContainers::TagMapThe assigned tags of the job run. VirtualClusterId => StrThe ID of the job run's virtual cluster. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EMRContainers BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|