# File lib/fog/aws/models/beanstalk/environment.rb, line 36
        def terminated?
          status == 'Terminated'
        end