# File lib/fog/aws/parsers/compute/describe_images.rb, line 8
          def reset
            @block_device_mapping = {}
            @image = { 'blockDeviceMapping' => [], 'productCodes' => [], 'stateReason' => {}, 'tagSet' => {} }
            @response = { 'imagesSet' => [] }
            @state_reason = {}
            @tag = {}
          end