class
Amazonite::Ssm::GetMaintenanceWindowExecutionResult
- Amazonite::Ssm::GetMaintenanceWindowExecutionResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_maintenance_window_execution_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_execution_id : String | Nil = nil, task_ids : Array(String) | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Time | Nil
The time the maintenance window finished running.
-
#end_time=(end_time : Time | Nil)
The time the maintenance window finished running.
-
#hash(hasher)
See
Object#hash(hasher) -
#start_time : Time | Nil
The time the maintenance window started running.
-
#start_time=(start_time : Time | Nil)
The time the maintenance window started running.
-
#status : MaintenanceWindowExecutionStatus | Nil
The status of the maintenance window execution.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The status of the maintenance window execution.
-
#status_details : String | Nil
The details explaining the status.
-
#status_details=(status_details : String | Nil)
The details explaining the status.
-
#task_ids : Array(String) | Nil
The ID of the task executions from the maintenance window execution.
-
#task_ids=(task_ids : Array(String) | Nil)
The ID of the task executions from the maintenance window execution.
- #validate! : Nil
-
#window_execution_id : String | Nil
The ID of the maintenance window execution.
-
#window_execution_id=(window_execution_id : String | Nil)
The ID of the maintenance window execution.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status of the maintenance window execution.
The status of the maintenance window execution.
The details explaining the status. Not available for all status values.
The details explaining the status. Not available for all status values.
The ID of the task executions from the maintenance window execution.
The ID of the task executions from the maintenance window execution.
The ID of the maintenance window execution.