Class: TencentCloud::Mna::V20210119::CreateEncryptedKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::CreateEncryptedKeyResponse
- Defined in:
- lib/v20210119/models.rb
Overview
CreateEncryptedKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(encryptedkey = nil, requestid = nil) ⇒ CreateEncryptedKeyResponse
constructor
A new instance of CreateEncryptedKeyResponse.
Constructor Details
#initialize(encryptedkey = nil, requestid = nil) ⇒ CreateEncryptedKeyResponse
Returns a new instance of CreateEncryptedKeyResponse.
395 396 397 398 |
# File 'lib/v20210119/models.rb', line 395 def initialize(encryptedkey=nil, requestid=nil) @EncryptedKey = encryptedkey @RequestId = requestid end |
Instance Attribute Details
#EncryptedKey ⇒ Object
393 394 395 |
# File 'lib/v20210119/models.rb', line 393 def EncryptedKey @EncryptedKey end |
#RequestId ⇒ Object
393 394 395 |
# File 'lib/v20210119/models.rb', line 393 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
400 401 402 403 |
# File 'lib/v20210119/models.rb', line 400 def deserialize(params) @EncryptedKey = params['EncryptedKey'] @RequestId = params['RequestId'] end |