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