# File lib/aws/sqs/queue.rb, line 322 def last_modified_timestamp Time.at(get_attribute("LastModifiedTimestamp").to_i) end