class
Amazonite::Ssm::GetMaintenanceWindowExecutionTaskInvocationResult
Included Modules
- JSON::Serializable
Defined in:
ssm/get_maintenance_window_execution_task_invocation_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_execution_id : String | Nil = nil, task_execution_id : String | Nil = nil, invocation_id : String | Nil = nil, execution_id : String | Nil = nil, task_type : MaintenanceWindowTaskType | Nil = nil, parameters : String | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, owner_information : String | Nil = nil, window_target_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_time : Time | Nil
The time that the task finished running on the target.
-
#end_time=(end_time : Time | Nil)
The time that the task finished running on the target.
-
#execution_id : String | Nil
The execution ID.
-
#execution_id=(execution_id : String | Nil)
The execution ID.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_id : String | Nil
The invocation ID.
-
#invocation_id=(invocation_id : String | Nil)
The invocation ID.
-
#owner_information : String | Nil
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
-
#owner_information=(owner_information : String | Nil)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
-
#parameters : String | Nil
The parameters used at the time that the task ran.
-
#parameters=(parameters : String | Nil)
The parameters used at the time that the task ran.
-
#start_time : Time | Nil
The time that the task started running on the target.
-
#start_time=(start_time : Time | Nil)
The time that the task started running on the target.
-
#status : MaintenanceWindowExecutionStatus | Nil
The task status for an invocation.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The task status for an invocation.
-
#status_details : String | Nil
The details explaining the status.
-
#status_details=(status_details : String | Nil)
The details explaining the status.
-
#task_execution_id : String | Nil
The task execution ID.
-
#task_execution_id=(task_execution_id : String | Nil)
The task execution ID.
-
#task_type : MaintenanceWindowTaskType | Nil
Retrieves the task type for a maintenance window.
-
#task_type=(task_type : MaintenanceWindowTaskType | Nil)
Retrieves the task type for a maintenance window.
- #validate! : Nil
-
#window_execution_id : String | Nil
The maintenance window execution ID.
-
#window_execution_id=(window_execution_id : String | Nil)
The maintenance window execution ID.
-
#window_target_id : String | Nil
The maintenance window target ID.
-
#window_target_id=(window_target_id : String | Nil)
The maintenance window target ID.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
The details explaining the status. Details are only available for certain status values.
The details explaining the status. Details are only available for certain status values.
Retrieves the task type for a maintenance window.