Class: TencentCloud::Kms::V20190118::CreateWhiteBoxKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::CreateWhiteBoxKeyResponse
- Defined in:
- lib/v20190118/models.rb
Overview
CreateWhiteBoxKey返回参数结构体
Instance Attribute Summary collapse
- #DecryptKey ⇒ Object
- #EncryptKey ⇒ Object
- #KeyId ⇒ Object
- #RequestId ⇒ Object
- #TagCode ⇒ Object
- #TagMsg ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(encryptkey = nil, decryptkey = nil, keyid = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateWhiteBoxKeyResponse
constructor
A new instance of CreateWhiteBoxKeyResponse.
Constructor Details
#initialize(encryptkey = nil, decryptkey = nil, keyid = nil, tagcode = nil, tagmsg = nil, requestid = nil) ⇒ CreateWhiteBoxKeyResponse
Returns a new instance of CreateWhiteBoxKeyResponse.
455 456 457 458 459 460 461 462 |
# File 'lib/v20190118/models.rb', line 455 def initialize(encryptkey=nil, decryptkey=nil, keyid=nil, tagcode=nil, tagmsg=nil, requestid=nil) @EncryptKey = encryptkey @DecryptKey = decryptkey @KeyId = keyid @TagCode = tagcode @TagMsg = tagmsg @RequestId = requestid end |
Instance Attribute Details
#DecryptKey ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def DecryptKey @DecryptKey end |
#EncryptKey ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def EncryptKey @EncryptKey end |
#KeyId ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def KeyId @KeyId end |
#RequestId ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def RequestId @RequestId end |
#TagCode ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def TagCode @TagCode end |
#TagMsg ⇒ Object
453 454 455 |
# File 'lib/v20190118/models.rb', line 453 def TagMsg @TagMsg end |
Instance Method Details
#deserialize(params) ⇒ Object
464 465 466 467 468 469 470 471 |
# File 'lib/v20190118/models.rb', line 464 def deserialize(params) @EncryptKey = params['EncryptKey'] @DecryptKey = params['DecryptKey'] @KeyId = params['KeyId'] @TagCode = params['TagCode'] @TagMsg = params['TagMsg'] @RequestId = params['RequestId'] end |