Class: TencentCloud::Teo::V20220901::CLSTopic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CLSTopic
- Defined in:
- lib/v20220901/models.rb
Overview
实时日志投递到腾讯云 CLS 的配置信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicid = nil, logsetregion = nil) ⇒ CLSTopic
constructor
A new instance of CLSTopic.
Constructor Details
#initialize(logsetid = nil, topicid = nil, logsetregion = nil) ⇒ CLSTopic
Returns a new instance of CLSTopic.
2271 2272 2273 2274 2275 |
# File 'lib/v20220901/models.rb', line 2271 def initialize(logsetid=nil, topicid=nil, logsetregion=nil) @LogSetId = logsetid @TopicId = topicid @LogSetRegion = logsetregion end |
Instance Attribute Details
#LogSetId ⇒ Object
2269 2270 2271 |
# File 'lib/v20220901/models.rb', line 2269 def LogSetId @LogSetId end |
#LogSetRegion ⇒ Object
2269 2270 2271 |
# File 'lib/v20220901/models.rb', line 2269 def LogSetRegion @LogSetRegion end |
#TopicId ⇒ Object
2269 2270 2271 |
# File 'lib/v20220901/models.rb', line 2269 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2277 2278 2279 2280 2281 |
# File 'lib/v20220901/models.rb', line 2277 def deserialize(params) @LogSetId = params['LogSetId'] @TopicId = params['TopicId'] @LogSetRegion = params['LogSetRegion'] end |