class
Amazonite::Ssm::MaintenanceWindowExecutionTaskInvocationIdentity
Overview
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_execution_task_invocation_identity.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)
- .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 invocation finished.
-
#end_time=(end_time : Time | Nil)
The time the invocation finished.
-
#execution_id : String | Nil
The ID of the action performed in the service that actually handled the task invocation.
-
#execution_id=(execution_id : String | Nil)
The ID of the action performed in the service that actually handled the task invocation.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_id : String | Nil
The ID of the task invocation.
-
#invocation_id=(invocation_id : String | Nil)
The ID of the task invocation.
-
#owner_information : String | Nil
User-provided value that was specified when the target was registered with the maintenance window.
-
#owner_information=(owner_information : String | Nil)
User-provided value that was specified when the target was registered with the maintenance window.
-
#parameters : String | Nil
The parameters that were provided for the invocation when it was run.
-
#parameters=(parameters : String | Nil)
The parameters that were provided for the invocation when it was run.
-
#start_time : Time | Nil
The time the invocation started.
-
#start_time=(start_time : Time | Nil)
The time the invocation started.
-
#status : MaintenanceWindowExecutionStatus | Nil
The status of the task invocation.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The status of the task invocation.
-
#status_details : String | Nil
The details explaining the status of the task invocation.
-
#status_details=(status_details : String | Nil)
The details explaining the status of the task invocation.
-
#task_execution_id : String | Nil
The ID of the specific task execution in the maintenance window execution.
-
#task_execution_id=(task_execution_id : String | Nil)
The ID of the specific task execution in the maintenance window execution.
-
#task_type : MaintenanceWindowTaskType | Nil
The task type.
-
#task_type=(task_type : MaintenanceWindowTaskType | Nil)
The task type.
- #validate! : Nil
-
#window_execution_id : String | Nil
The ID of the maintenance window execution that ran the task.
-
#window_execution_id=(window_execution_id : String | Nil)
The ID of the maintenance window execution that ran the task.
-
#window_target_id : String | Nil
The ID of the target definition in this maintenance window the invocation was performed for.
-
#window_target_id=(window_target_id : String | Nil)
The ID of the target definition in this maintenance window the invocation was performed for.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the action performed in the service that actually handled the task invocation. If the
task type is RUN_COMMAND, this value is the command ID.
The ID of the action performed in the service that actually handled the task invocation. If the
task type is RUN_COMMAND, this value is the command ID.
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
The parameters that were provided for the invocation when it was run.
The parameters that were provided for the invocation when it was run.
The details explaining the status of the task invocation. Not available for all status values.
The details explaining the status of the task invocation. Not available for all status values.
The ID of the specific task execution in the maintenance window execution.
The ID of the specific task execution in the maintenance window execution.
The ID of the maintenance window execution that ran the task.
The ID of the maintenance window execution that ran the task.
The ID of the target definition in this maintenance window the invocation was performed for.
The ID of the target definition in this maintenance window the invocation was performed for.