class
Amazonite::Ssm::MaintenanceWindowExecution
- Amazonite::Ssm::MaintenanceWindowExecution
- Reference
- Object
Overview
Describes the information about an execution of a maintenance window.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_execution.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_id : String | Nil = nil, window_execution_id : String | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Time | Nil
The time the execution finished.
-
#end_time=(end_time : Time | Nil)
The time the execution finished.
-
#hash(hasher)
See
Object#hash(hasher) -
#start_time : Time | Nil
The time the execution started.
-
#start_time=(start_time : Time | Nil)
The time the execution started.
-
#status : MaintenanceWindowExecutionStatus | Nil
The status of the execution.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The status of the execution.
-
#status_details : String | Nil
The details explaining the status.
-
#status_details=(status_details : String | Nil)
The details explaining the status.
- #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.
-
#window_id : String | Nil
The ID of the maintenance window.
-
#window_id=(window_id : String | Nil)
The ID of the maintenance window.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 maintenance window execution.