class AwsBillingReport

def hourly?

def hourly?
  exists? ? time_unit.eql?("hourly") : nil
end