# File lib/aws/sts/session.rb, line 41 def initialize(opts = {}) @credentials = opts[:credentials] @expires_at = opts[:expires_at] end