Class: TencentCloud::Ssm::V20190923::DescribeRotationDetailResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssm::V20190923::DescribeRotationDetailResponse
- Defined in:
- lib/v20190923/models.rb
Overview
DescribeRotationDetail返回参数结构体
Instance Attribute Summary collapse
- #EnableRotation ⇒ Object
- #Frequency ⇒ Object
- #LatestRotateTime ⇒ Object
- #NextRotateBeginTime ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enablerotation = nil, frequency = nil, latestrotatetime = nil, nextrotatebegintime = nil, requestid = nil) ⇒ DescribeRotationDetailResponse
constructor
A new instance of DescribeRotationDetailResponse.
Constructor Details
#initialize(enablerotation = nil, frequency = nil, latestrotatetime = nil, nextrotatebegintime = nil, requestid = nil) ⇒ DescribeRotationDetailResponse
Returns a new instance of DescribeRotationDetailResponse.
484 485 486 487 488 489 490 |
# File 'lib/v20190923/models.rb', line 484 def initialize(enablerotation=nil, frequency=nil, latestrotatetime=nil, nextrotatebegintime=nil, requestid=nil) @EnableRotation = enablerotation @Frequency = frequency @LatestRotateTime = latestrotatetime @NextRotateBeginTime = nextrotatebegintime @RequestId = requestid end |
Instance Attribute Details
#EnableRotation ⇒ Object
482 483 484 |
# File 'lib/v20190923/models.rb', line 482 def EnableRotation @EnableRotation end |
#Frequency ⇒ Object
482 483 484 |
# File 'lib/v20190923/models.rb', line 482 def Frequency @Frequency end |
#LatestRotateTime ⇒ Object
482 483 484 |
# File 'lib/v20190923/models.rb', line 482 def LatestRotateTime @LatestRotateTime end |
#NextRotateBeginTime ⇒ Object
482 483 484 |
# File 'lib/v20190923/models.rb', line 482 def NextRotateBeginTime @NextRotateBeginTime end |
#RequestId ⇒ Object
482 483 484 |
# File 'lib/v20190923/models.rb', line 482 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
492 493 494 495 496 497 498 |
# File 'lib/v20190923/models.rb', line 492 def deserialize(params) @EnableRotation = params['EnableRotation'] @Frequency = params['Frequency'] @LatestRotateTime = params['LatestRotateTime'] @NextRotateBeginTime = params['NextRotateBeginTime'] @RequestId = params['RequestId'] end |