Class: TencentCloud::Mps::V20190612::DescribeInputRISTSettings
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeInputRISTSettings
- Defined in:
- lib/v20190612/models.rb
Overview
查询输入的RIST配置信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mode = nil, profile = nil, buffer = nil) ⇒ DescribeInputRISTSettings
constructor
A new instance of DescribeInputRISTSettings.
Constructor Details
#initialize(mode = nil, profile = nil, buffer = nil) ⇒ DescribeInputRISTSettings
Returns a new instance of DescribeInputRISTSettings.
12806 12807 12808 12809 12810 |
# File 'lib/v20190612/models.rb', line 12806 def initialize(mode=nil, profile=nil, buffer=nil) @Mode = mode @Profile = profile @Buffer = buffer end |
Instance Attribute Details
#Buffer ⇒ Object
12804 12805 12806 |
# File 'lib/v20190612/models.rb', line 12804 def Buffer @Buffer end |
#Mode ⇒ Object
12804 12805 12806 |
# File 'lib/v20190612/models.rb', line 12804 def Mode @Mode end |
#Profile ⇒ Object
12804 12805 12806 |
# File 'lib/v20190612/models.rb', line 12804 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
12812 12813 12814 12815 12816 |
# File 'lib/v20190612/models.rb', line 12812 def deserialize(params) @Mode = params['Mode'] @Profile = params['Profile'] @Buffer = params['Buffer'] end |