# File lib/aws/ec2/image_collection.rb, line 39
      def initialize(options = {})
        @owners = options[:owners] || []
        @executable_users = options[:executable_users] || []
        super(options)
      end