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.
2429 2430 2431 2432 |
# File 'lib/v20190103/models.rb', line 2429 def initialize(instanceid=nil, requestid=nil) @InstanceId = instanceid @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
2427 2428 2429 |
# File 'lib/v20190103/models.rb', line 2427 def InstanceId @InstanceId end |
#RequestId ⇒ Object
2427 2428 2429 |
# File 'lib/v20190103/models.rb', line 2427 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2434 2435 2436 2437 |
# File 'lib/v20190103/models.rb', line 2434 def deserialize(params) @InstanceId = params['InstanceId'] @RequestId = params['RequestId'] end |