Class: TencentCloud::Kms::V20190118::GetDataKeyCiphertextBlobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::GetDataKeyCiphertextBlobResponse
- Defined in:
- lib/v20190118/models.rb
Overview
GetDataKeyCiphertextBlob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ciphertextblob = nil, requestid = nil) ⇒ GetDataKeyCiphertextBlobResponse
constructor
A new instance of GetDataKeyCiphertextBlobResponse.
Constructor Details
#initialize(ciphertextblob = nil, requestid = nil) ⇒ GetDataKeyCiphertextBlobResponse
Returns a new instance of GetDataKeyCiphertextBlobResponse.
1855 1856 1857 1858 |
# File 'lib/v20190118/models.rb', line 1855 def initialize(ciphertextblob=nil, requestid=nil) @CiphertextBlob = ciphertextblob @RequestId = requestid end |
Instance Attribute Details
#CiphertextBlob ⇒ Object
1853 1854 1855 |
# File 'lib/v20190118/models.rb', line 1853 def CiphertextBlob @CiphertextBlob end |
#RequestId ⇒ Object
1853 1854 1855 |
# File 'lib/v20190118/models.rb', line 1853 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1860 1861 1862 1863 |
# File 'lib/v20190118/models.rb', line 1860 def deserialize(params) @CiphertextBlob = params['CiphertextBlob'] @RequestId = params['RequestId'] end |