# File lib/fog/aws/parsers/cloud_formation/describe_stack_resources.rb, line 8
          def reset
            @resource = {}
            @response = { 'StackResources' => [] }
          end