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