Class: Aliyun::STS::Token

Inherits:
Common::Struct::Base show all
Defined in:
lib/aliyun/sts/struct.rb

Overview

STS token. User may use the credentials included to access Alicloud resources(OSS, OTS, etc). Attributes:

  • access_key_id [String] the AccessKeyId

  • access_key_secret [String] the AccessKeySecret

  • security_token [String] the SecurityToken

  • expiration [Time] the time when the token will be expired

  • session_name [String] the session name for this token

Method Summary

Methods inherited from Common::Struct::Base

#initialize, #to_s

Methods included from Common::Struct::Base::AttrHelper

#attrs

Constructor Details

This class inherits a constructor from Aliyun::Common::Struct::Base