AwsInspector\Model\Collection::getFirst PHP Method

getFirst() public method

public getFirst ( ) : object
return object
    public function getFirst()
    {
        $this->rewind();
        return $this->current();
    }