# File lib/aws/xml_grammar.rb, line 248
      def float_value
        format_value do |value|
          value = super(value)
          value.nil? ? nil : value.to_f
        end
      end