# File lib/aws/core/resource.rb, line 381
        def attributes_from_response resource, response
          if response_object = resource.send(finder_method, response)
            attributes_from_response_object(response_object)
          else
            nil
          end
        end