Class: TencentCloud::Kms::V20190118::EnableWhiteBoxKeyRequest

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

Overview

EnableWhiteBoxKey请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyid = nil) ⇒ EnableWhiteBoxKeyRequest

Returns a new instance of EnableWhiteBoxKeyRequest.



1517
1518
1519
# File 'lib/v20190118/models.rb', line 1517

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

Instance Attribute Details

#KeyIdObject

Parameters:

  • KeyId:

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



1515
1516
1517
# File 'lib/v20190118/models.rb', line 1515

def KeyId
  @KeyId
end

Instance Method Details

#deserialize(params) ⇒ Object



1521
1522
1523
# File 'lib/v20190118/models.rb', line 1521

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