# File lib/aws/sqs/queue.rb, line 317 def created_timestamp Time.at(get_attribute("CreatedTimestamp").to_i) end