class AWS::Core::Resource::AttributeProvider
def attributes_from_response resource, response
def attributes_from_response resource, response if response_object = resource.send(finder_method, response) attributes_from_response_object(response_object) else nil end end