# File lib/fog/aws/models/cdn/distribution_helper.rb, line 16
        def enabled?
          requires :identity
          !!enabled and ready?
        end