Class: TencentCloud::Mps::V20190612::FlowInOutResp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::FlowInOutResp
- Defined in:
- lib/v20190612/models.rb
Overview
查询Flow的配置信息。
Instance Attribute Summary collapse
-
#EventId ⇒ Object
Input:输入 Outpu:输出。.
-
#EventName ⇒ Object
Input:输入 Outpu:输出。.
-
#FlowId ⇒ Object
Input:输入 Outpu:输出。.
-
#FlowName ⇒ Object
Input:输入 Outpu:输出。.
-
#FlowRegion ⇒ Object
Input:输入 Outpu:输出。.
-
#InOutId ⇒ Object
Input:输入 Outpu:输出。.
-
#InOutType ⇒ Object
Input:输入 Outpu:输出。.
-
#InputName ⇒ Object
Input:输入 Outpu:输出。.
-
#OutputName ⇒ Object
Input:输入 Outpu:输出。.
-
#OutputRegion ⇒ Object
Input:输入 Outpu:输出。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, flowname = nil, eventid = nil, flowregion = nil, outputregion = nil, eventname = nil, inputname = nil, outputname = nil, inoutid = nil, inouttype = nil) ⇒ FlowInOutResp
constructor
A new instance of FlowInOutResp.
Constructor Details
#initialize(flowid = nil, flowname = nil, eventid = nil, flowregion = nil, outputregion = nil, eventname = nil, inputname = nil, outputname = nil, inoutid = nil, inouttype = nil) ⇒ FlowInOutResp
Returns a new instance of FlowInOutResp.
14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 |
# File 'lib/v20190612/models.rb', line 14618 def initialize(flowid=nil, flowname=nil, eventid=nil, flowregion=nil, outputregion=nil, eventname=nil, inputname=nil, outputname=nil, inoutid=nil, inouttype=nil) @FlowId = flowid @FlowName = flowname @EventId = eventid @FlowRegion = flowregion @OutputRegion = outputregion @EventName = eventname @InputName = inputname @OutputName = outputname @InOutId = inoutid @InOutType = inouttype end |
Instance Attribute Details
#EventId ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def EventId @EventId end |
#EventName ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def EventName @EventName end |
#FlowId ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def FlowId @FlowId end |
#FlowName ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def FlowName @FlowName end |
#FlowRegion ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def FlowRegion @FlowRegion end |
#InOutId ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def InOutId @InOutId end |
#InOutType ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def InOutType @InOutType end |
#InputName ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def InputName @InputName end |
#OutputName ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def OutputName @OutputName end |
#OutputRegion ⇒ Object
Input:输入Outpu:输出。
14616 14617 14618 |
# File 'lib/v20190612/models.rb', line 14616 def OutputRegion @OutputRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'lib/v20190612/models.rb', line 14631 def deserialize(params) @FlowId = params['FlowId'] @FlowName = params['FlowName'] @EventId = params['EventId'] @FlowRegion = params['FlowRegion'] @OutputRegion = params['OutputRegion'] @EventName = params['EventName'] @InputName = params['InputName'] @OutputName = params['OutputName'] @InOutId = params['InOutId'] @InOutType = params['InOutType'] end |