# File lib/fog/aws/parsers/auto_scaling/describe_launch_configurations.rb, line 28
          def start_element(name, attrs = [])
            super
            case name
            when 'BlockDeviceMappings'
              @in_block_device_mappings = true
            when 'SecurityGroups'
              @in_security_groups = true
            end
          end