Dusterio\AwsWorker\Jobs\AwsJob::attempts PHP Метод

attempts() публичный Метод

Get the number of times the job has been attempted.
public attempts ( ) : integer
Результат integer
    public function attempts()
    {
        return (int) $this->job['Attributes']['ApproximateReceiveCount'];
    }