Class: TencentCloud::Eb::V20210416::UpdateEventBusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::UpdateEventBusRequest
- Defined in:
- lib/v20210416/models.rb
Overview
UpdateEventBus请求参数结构体
Instance Attribute Summary collapse
- #Description ⇒ Object
- #EnableStore ⇒ Object
- #EventBusId ⇒ Object
- #EventBusName ⇒ Object
- #LogTopicId ⇒ Object
- #SaveDays ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventbusid = nil, description = nil, eventbusname = nil, savedays = nil, logtopicid = nil, enablestore = nil) ⇒ UpdateEventBusRequest
constructor
A new instance of UpdateEventBusRequest.
Constructor Details
#initialize(eventbusid = nil, description = nil, eventbusname = nil, savedays = nil, logtopicid = nil, enablestore = nil) ⇒ UpdateEventBusRequest
Returns a new instance of UpdateEventBusRequest.
2550 2551 2552 2553 2554 2555 2556 2557 |
# File 'lib/v20210416/models.rb', line 2550 def initialize(eventbusid=nil, description=nil, eventbusname=nil, savedays=nil, logtopicid=nil, enablestore=nil) @EventBusId = eventbusid @Description = description @EventBusName = eventbusname @SaveDays = savedays @LogTopicId = logtopicid @EnableStore = enablestore end |
Instance Attribute Details
#Description ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def Description @Description end |
#EnableStore ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def EnableStore @EnableStore end |
#EventBusId ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def EventBusId @EventBusId end |
#EventBusName ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def EventBusName @EventBusName end |
#LogTopicId ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def LogTopicId @LogTopicId end |
#SaveDays ⇒ Object
2548 2549 2550 |
# File 'lib/v20210416/models.rb', line 2548 def SaveDays @SaveDays end |
Instance Method Details
#deserialize(params) ⇒ Object
2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'lib/v20210416/models.rb', line 2559 def deserialize(params) @EventBusId = params['EventBusId'] @Description = params['Description'] @EventBusName = params['EventBusName'] @SaveDays = params['SaveDays'] @LogTopicId = params['LogTopicId'] @EnableStore = params['EnableStore'] end |