Class: TencentCloud::Emr::V20190103::DeployYarnConfResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DeployYarnConfResponse
- Defined in:
- lib/v20190103/models.rb
Overview
DeployYarnConf返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ DeployYarnConfResponse
constructor
A new instance of DeployYarnConfResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ DeployYarnConfResponse
Returns a new instance of DeployYarnConfResponse.
2873 2874 2875 2876 |
# File 'lib/v20190103/models.rb', line 2873 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
2871 2872 2873 |
# File 'lib/v20190103/models.rb', line 2871 def FlowId @FlowId end |
#RequestId ⇒ Object
2871 2872 2873 |
# File 'lib/v20190103/models.rb', line 2871 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2878 2879 2880 2881 |
# File 'lib/v20190103/models.rb', line 2878 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |