Class: TencentCloud::Kms::V20190118::Key
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Kms::V20190118::Key
- Defined in:
- lib/v20190118/models.rb
Overview
返回CMK列表信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyid = nil) ⇒ Key
constructor
A new instance of Key.
Constructor Details
#initialize(keyid = nil) ⇒ Key
Returns a new instance of Key.
2321 2322 2323 |
# File 'lib/v20190118/models.rb', line 2321 def initialize(keyid=nil) @KeyId = keyid end |
Instance Attribute Details
#KeyId ⇒ Object
2319 2320 2321 |
# File 'lib/v20190118/models.rb', line 2319 def KeyId @KeyId end |
Instance Method Details
#deserialize(params) ⇒ Object
2325 2326 2327 |
# File 'lib/v20190118/models.rb', line 2325 def deserialize(params) @KeyId = params['KeyId'] end |