# File lib/fog/cdn/parsers/aws/distribution.rb, line 8 def reset @response = { 'DistributionConfig' => { 'CNAME' => [], 'Logging' => {}, 'TrustedSigners' => [] } } end