# File lib/aws/ec2/resource.rb, line 62
      def retrieve_attribute attribute_or_attribute_name, &block
        if attribute_or_attribute_name.is_a?(Symbol)
          attribute = self.class.attributes[attribute_or_attribute_name]
        else
          attribute = attribute_or_attribute_name
        end
        super(attribute, &block)
      end