Class: TencentCloud::Kms::V20190118::DeleteWhiteBoxKeyRequest

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

Overview

DeleteWhiteBoxKey请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyid = nil) ⇒ DeleteWhiteBoxKeyRequest

Returns a new instance of DeleteWhiteBoxKeyRequest.



678
679
680
# File 'lib/v20190118/models.rb', line 678

def initialize(keyid=nil)
  @KeyId = keyid
end

Instance Attribute Details

#KeyIdObject

Parameters:

  • KeyId:

    白盒密钥的全局唯一标识符



676
677
678
# File 'lib/v20190118/models.rb', line 676

def KeyId
  @KeyId
end

Instance Method Details

#deserialize(params) ⇒ Object



682
683
684
# File 'lib/v20190118/models.rb', line 682

def deserialize(params)
  @KeyId = params['KeyId']
end