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.



536
537
538
# File 'lib/v20190118/models.rb', line 536

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

Instance Attribute Details

#KeyIdObject

Parameters:

  • KeyId:

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



534
535
536
# File 'lib/v20190118/models.rb', line 534

def KeyId
  @KeyId
end

Instance Method Details

#deserialize(params) ⇒ Object



540
541
542
# File 'lib/v20190118/models.rb', line 540

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