Class: TencentCloud::Emr::V20190103::CreateSLInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::CreateSLInstanceResponse
- Defined in:
- lib/v20190103/models.rb
Overview
CreateSLInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, requestid = nil) ⇒ CreateSLInstanceResponse
constructor
A new instance of CreateSLInstanceResponse.
Constructor Details
#initialize(instanceid = nil, requestid = nil) ⇒ CreateSLInstanceResponse
Returns a new instance of CreateSLInstanceResponse.
2464 2465 2466 2467 |
# File 'lib/v20190103/models.rb', line 2464 def initialize(instanceid=nil, requestid=nil) @InstanceId = instanceid @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
2462 2463 2464 |
# File 'lib/v20190103/models.rb', line 2462 def InstanceId @InstanceId end |
#RequestId ⇒ Object
2462 2463 2464 |
# File 'lib/v20190103/models.rb', line 2462 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2469 2470 2471 2472 |
# File 'lib/v20190103/models.rb', line 2469 def deserialize(params) @InstanceId = params['InstanceId'] @RequestId = params['RequestId'] end |