# File lib/fog/compute/parsers/aws/run_instances.rb, line 8 def reset @block_device_mapping = {} @instance = { 'blockDeviceMapping' => [], 'instanceState' => {}, 'monitoring' => {}, 'placement' => {}, 'productCodes' => [] } @response = { 'groupSet' => [], 'instancesSet' => [] } end