# File lib/aws/ec2/filtered_collection.rb, line 20 def initialize options = {} @filters = options[:filters] || [] super end