# File lib/aws/ec2/instance.rb, line 171 def self.reservation_attribute name, options = {}, &block attr = attribute(name, options, &block) reservation_attributes[attr.name] = attr end