Class: TencentCloud::Vcube::V20220410::DescribeSTSResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::DescribeSTSResponse
- Defined in:
- lib/v20220410/models.rb
Overview
DescribeSTS返回参数结构体
Instance Attribute Summary collapse
- #Bucket ⇒ Object
- #ExpiredTime ⇒ Object
- #Path ⇒ Object
- #Region ⇒ Object
- #RequestId ⇒ Object
- #SessionToken ⇒ Object
- #StartTime ⇒ Object
- #TmpSecretId ⇒ Object
- #TmpSecretKey ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, starttime = nil, expiredtime = nil, sessiontoken = nil, tmpsecretid = nil, tmpsecretkey = nil, path = nil, requestid = nil) ⇒ DescribeSTSResponse
constructor
A new instance of DescribeSTSResponse.
Constructor Details
#initialize(bucket = nil, region = nil, starttime = nil, expiredtime = nil, sessiontoken = nil, tmpsecretid = nil, tmpsecretkey = nil, path = nil, requestid = nil) ⇒ DescribeSTSResponse
Returns a new instance of DescribeSTSResponse.
895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/v20220410/models.rb', line 895 def initialize(bucket=nil, region=nil, starttime=nil, expiredtime=nil, sessiontoken=nil, tmpsecretid=nil, tmpsecretkey=nil, path=nil, requestid=nil) @Bucket = bucket @Region = region @StartTime = starttime @ExpiredTime = expiredtime @SessionToken = sessiontoken @TmpSecretId = tmpsecretid @TmpSecretKey = tmpsecretkey @Path = path @RequestId = requestid end |
Instance Attribute Details
#Bucket ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def Bucket @Bucket end |
#ExpiredTime ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def ExpiredTime @ExpiredTime end |
#Path ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def Path @Path end |
#Region ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def Region @Region end |
#RequestId ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def RequestId @RequestId end |
#SessionToken ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def SessionToken @SessionToken end |
#StartTime ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def StartTime @StartTime end |
#TmpSecretId ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def TmpSecretId @TmpSecretId end |
#TmpSecretKey ⇒ Object
893 894 895 |
# File 'lib/v20220410/models.rb', line 893 def TmpSecretKey @TmpSecretKey end |
Instance Method Details
#deserialize(params) ⇒ Object
907 908 909 910 911 912 913 914 915 916 917 |
# File 'lib/v20220410/models.rb', line 907 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @StartTime = params['StartTime'] @ExpiredTime = params['ExpiredTime'] @SessionToken = params['SessionToken'] @TmpSecretId = params['TmpSecretId'] @TmpSecretKey = params['TmpSecretKey'] @Path = params['Path'] @RequestId = params['RequestId'] end |