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