class
Amazonite::Ssm::DescribeMaintenanceWindowScheduleResult
- Amazonite::Ssm::DescribeMaintenanceWindowScheduleResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_maintenance_window_schedule_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(scheduled_window_executions : Array(ScheduledWindowExecution) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#scheduled_window_executions : Array(ScheduledWindowExecution) | Nil
Information about maintenance window executions scheduled for the specified time range.
-
#scheduled_window_executions=(scheduled_window_executions : Array(ScheduledWindowExecution) | Nil)
Information about maintenance window executions scheduled for the specified time range.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The token for the next set of items to return. (You use this token in the next call.)
The token for the next set of items to return. (You use this token in the next call.)
Information about maintenance window executions scheduled for the specified time range.
Information about maintenance window executions scheduled for the specified time range.