class TencentCloud::Sts::V20180813::Credentials

临时证书

def deserialize(params)

def deserialize(params)
  @Token = params['Token']
  @TmpSecretId = params['TmpSecretId']
  @TmpSecretKey = params['TmpSecretKey']
end

def initialize(token=nil, tmpsecretid=nil, tmpsecretkey=nil)

def initialize(token=nil, tmpsecretid=nil, tmpsecretkey=nil)
  @Token = token
  @TmpSecretId = tmpsecretid
  @TmpSecretKey = tmpsecretkey
end