Class: TencentCloud::Cloudhsm::V20191112::DescribeSupportedHsmRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudhsm::V20191112::DescribeSupportedHsmRequest
- Defined in:
- lib/v20191112/models.rb
Overview
DescribeSupportedHsm请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hsmtype = nil) ⇒ DescribeSupportedHsmRequest
constructor
A new instance of DescribeSupportedHsmRequest.
Constructor Details
#initialize(hsmtype = nil) ⇒ DescribeSupportedHsmRequest
Returns a new instance of DescribeSupportedHsmRequest.
202 203 204 |
# File 'lib/v20191112/models.rb', line 202 def initialize(hsmtype=nil) @HsmType = hsmtype end |
Instance Attribute Details
#HsmType ⇒ Object
200 201 202 |
# File 'lib/v20191112/models.rb', line 200 def HsmType @HsmType end |
Instance Method Details
#deserialize(params) ⇒ Object
206 207 208 |
# File 'lib/v20191112/models.rb', line 206 def deserialize(params) @HsmType = params['HsmType'] end |