Class: TencentCloud::Tione::V20211111::ExecAction
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::ExecAction
- Defined in:
- lib/v20211111/models.rb
Overview
执行命令探针检查行为
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(command = nil) ⇒ ExecAction
constructor
A new instance of ExecAction.
Constructor Details
#initialize(command = nil) ⇒ ExecAction
Returns a new instance of ExecAction.
4341 4342 4343 |
# File 'lib/v20211111/models.rb', line 4341 def initialize(command=nil) @Command = command end |
Instance Attribute Details
#Command ⇒ Object
4339 4340 4341 |
# File 'lib/v20211111/models.rb', line 4339 def Command @Command end |
Instance Method Details
#deserialize(params) ⇒ Object
4345 4346 4347 |
# File 'lib/v20211111/models.rb', line 4345 def deserialize(params) @Command = params['Command'] end |