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.



1149
1150
1151
# File 'lib/v20190118/models.rb', line 1149

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

Instance Attribute Details

#KeyIdObject

Parameters:

  • KeyId:

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



1147
1148
1149
# File 'lib/v20190118/models.rb', line 1147

def KeyId
  @KeyId
end

Instance Method Details

#deserialize(params) ⇒ Object



1153
1154
1155
# File 'lib/v20190118/models.rb', line 1153

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