# File lib/fog/aws/parsers/compute/describe_account_attributes.rb, line 12
          def start_element(name, attrs = [])
            super
            case name
            when 'attributeValueSet'
              @in_attribute_value_set = true
            end
          end