Class: TencentCloud::Ms::V20180408::CreateCosSecKeyInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::CreateCosSecKeyInstanceResponse
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180408/models.rb
Overview
CreateCosSecKeyInstance返回参数结构体
Instance Attribute Summary collapse
- #CosAppid ⇒ Object
- #CosBucket ⇒ Object
- #CosId ⇒ Object
- #CosKey ⇒ Object
- #CosPrefix ⇒ Object
- #CosRegion ⇒ Object
- #CosTocken ⇒ Object
- #CosToken ⇒ Object
- #ExpireTime ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cosappid = nil, cosbucket = nil, cosregion = nil, expiretime = nil, cosid = nil, coskey = nil, costocken = nil, cosprefix = nil, costoken = nil, requestid = nil) ⇒ CreateCosSecKeyInstanceResponse
constructor
A new instance of CreateCosSecKeyInstanceResponse.
Constructor Details
#initialize(cosappid = nil, cosbucket = nil, cosregion = nil, expiretime = nil, cosid = nil, coskey = nil, costocken = nil, cosprefix = nil, costoken = nil, requestid = nil) ⇒ CreateCosSecKeyInstanceResponse
Returns a new instance of CreateCosSecKeyInstanceResponse.
783 784 785 786 787 788 789 790 791 792 793 794 |
# File 'lib/v20180408/models.rb', line 783 def initialize(cosappid=nil, cosbucket=nil, cosregion=nil, expiretime=nil, cosid=nil, coskey=nil, costocken=nil, cosprefix=nil, costoken=nil, requestid=nil) @CosAppid = cosappid @CosBucket = cosbucket @CosRegion = cosregion @ExpireTime = expiretime @CosId = cosid @CosKey = coskey @CosTocken = costocken @CosPrefix = cosprefix @CosToken = costoken @RequestId = requestid end |
Instance Attribute Details
#CosAppid ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosAppid @CosAppid end |
#CosBucket ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosBucket @CosBucket end |
#CosId ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosId @CosId end |
#CosKey ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosKey @CosKey end |
#CosPrefix ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosPrefix @CosPrefix end |
#CosRegion ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosRegion @CosRegion end |
#CosTocken ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosTocken @CosTocken end |
#CosToken ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def CosToken @CosToken end |
#ExpireTime ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def ExpireTime @ExpireTime end |
#RequestId ⇒ Object
778 779 780 |
# File 'lib/v20180408/models.rb', line 778 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
796 797 798 799 800 801 802 803 804 805 806 807 |
# File 'lib/v20180408/models.rb', line 796 def deserialize(params) @CosAppid = params['CosAppid'] @CosBucket = params['CosBucket'] @CosRegion = params['CosRegion'] @ExpireTime = params['ExpireTime'] @CosId = params['CosId'] @CosKey = params['CosKey'] @CosTocken = params['CosTocken'] @CosPrefix = params['CosPrefix'] @CosToken = params['CosToken'] @RequestId = params['RequestId'] end |