Dusterio\AwsWorker\Jobs\AwsJob::getRawBody PHP Method

getRawBody() public method

Get the raw body string for the job.
public getRawBody ( ) : string
return string
    public function getRawBody()
    {
        return $this->job['Body'];
    }