Class: TencentCloud::Kms::V20190118::GetDataKeyCiphertextBlobResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190118/models.rb

Overview

GetDataKeyCiphertextBlob返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CiphertextBlobObject

Parameters:

  • CiphertextBlob:

    数据密钥的密文

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



1853
1854
1855
# File 'lib/v20190118/models.rb', line 1853

def CiphertextBlob
  @CiphertextBlob
end

#RequestIdObject

Parameters:

  • CiphertextBlob:

    数据密钥的密文

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



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