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.
16790 16791 16792 16793 16794 16795 16796 16797 16798 16799 16800 16801 |
# File 'lib/v20190612/models.rb', line 16790 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:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def EventId @EventId end |
#EventName ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def EventName @EventName end |
#FlowId ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def FlowId @FlowId end |
#FlowName ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def FlowName @FlowName end |
#FlowRegion ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def FlowRegion @FlowRegion end |
#InOutId ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def InOutId @InOutId end |
#InOutType ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def InOutType @InOutType end |
#InputName ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def InputName @InputName end |
#OutputName ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def OutputName @OutputName end |
#OutputRegion ⇒ Object
Input:输入Outpu:输出。
16788 16789 16790 |
# File 'lib/v20190612/models.rb', line 16788 def OutputRegion @OutputRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
16803 16804 16805 16806 16807 16808 16809 16810 16811 16812 16813 16814 |
# File 'lib/v20190612/models.rb', line 16803 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 |