Class: TencentCloud::Ssm::V20190923::UpdateRotationStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::UpdateRotationStatusResponse
- Defined in:
- lib/v20190923/models.rb
Overview
UpdateRotationStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateRotationStatusResponse
constructor
A new instance of UpdateRotationStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateRotationStatusResponse
Returns a new instance of UpdateRotationStatusResponse.
1505 1506 1507 |
# File 'lib/v20190923/models.rb', line 1505 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1503 1504 1505 |
# File 'lib/v20190923/models.rb', line 1503 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1509 1510 1511 |
# File 'lib/v20190923/models.rb', line 1509 def deserialize(params) @RequestId = params['RequestId'] end |