# File lib/fog/aws/models/support/trusted_advisor_checks.rb, line 9
        def all
          data = service.describe_trusted_advisor_checks.body['checks']
          load(data)
        end