class
Amazonite::Ssm::MaintenanceWindowExecutionTaskIdentity
- Amazonite::Ssm::MaintenanceWindowExecutionTaskIdentity
- Reference
- Object
Overview
Information about a task execution performed as part of a maintenance window execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_execution_task_identity.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_execution_id : String | Nil = nil, task_execution_id : String | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, task_arn : String | Nil = nil, task_type : MaintenanceWindowTaskType | Nil = nil, alarm_configuration : AlarmConfiguration | Nil = nil, triggered_alarms : Array(AlarmStateInformation) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_configuration : AlarmConfiguration | Nil
The details for the CloudWatch alarm applied to your maintenance window task.
-
#alarm_configuration=(alarm_configuration : AlarmConfiguration | Nil)
The details for the CloudWatch alarm applied to your maintenance window task.
-
#end_time : Time | Nil
The time the task execution finished.
-
#end_time=(end_time : Time | Nil)
The time the task execution finished.
-
#hash(hasher)
See
Object#hash(hasher) -
#start_time : Time | Nil
The time the task execution started.
-
#start_time=(start_time : Time | Nil)
The time the task execution started.
-
#status : MaintenanceWindowExecutionStatus | Nil
The status of the task execution.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The status of the task execution.
-
#status_details : String | Nil
The details explaining the status of the task execution.
-
#status_details=(status_details : String | Nil)
The details explaining the status of the task execution.
-
#task_arn : String | Nil
The Amazon Resource Name (ARN) of the task that ran.
-
#task_arn=(task_arn : String | Nil)
The Amazon Resource Name (ARN) of the task that ran.
-
#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 type of task that ran.
-
#task_type=(task_type : MaintenanceWindowTaskType | Nil)
The type of task that ran.
-
#triggered_alarms : Array(AlarmStateInformation) | Nil
The CloudWatch alarm that was invoked by the maintenance window task.
-
#triggered_alarms=(triggered_alarms : Array(AlarmStateInformation) | Nil)
The CloudWatch alarm that was invoked by the maintenance window task.
- #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.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The details for the CloudWatch alarm applied to your maintenance window task.
The details for the CloudWatch alarm applied to your maintenance window task.
The details explaining the status of the task execution. Not available for all status values.
The details explaining the status of the task execution. 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 CloudWatch alarm that was invoked by the maintenance window task.
The CloudWatch alarm that was invoked by the maintenance window task.
The ID of the maintenance window execution that ran the task.
The ID of the maintenance window execution that ran the task.