class
Amazonite::Ssm::GetMaintenanceWindowExecutionTaskResult
- Amazonite::Ssm::GetMaintenanceWindowExecutionTaskResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_maintenance_window_execution_task_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_execution_id : String | Nil = nil, task_execution_id : String | Nil = nil, task_arn : String | Nil = nil, service_role : String | Nil = nil, type : MaintenanceWindowTaskType | Nil = nil, task_parameters : Array(Hash(String, MaintenanceWindowTaskParameterValueExpression)) | Nil = nil, priority : Int32 | Nil = nil, max_concurrency : String | Nil = nil, max_errors : String | Nil = nil, status : MaintenanceWindowExecutionStatus | Nil = nil, status_details : String | Nil = nil, start_time : Time | Nil = nil, end_time : Time | Nil = nil, alarm_configuration : AlarmConfiguration | Nil = nil, triggered_alarms : Array(AlarmStateInformation) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_configuration : AlarmConfiguration | Nil
The details for the CloudWatch alarm you applied to your maintenance window task.
-
#alarm_configuration=(alarm_configuration : AlarmConfiguration | Nil)
The details for the CloudWatch alarm you applied to your maintenance window task.
-
#end_time : Time | Nil
The time the task execution completed.
-
#end_time=(end_time : Time | Nil)
The time the task execution completed.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_concurrency : String | Nil
The defined maximum number of task executions that could be run in parallel.
-
#max_concurrency=(max_concurrency : String | Nil)
The defined maximum number of task executions that could be run in parallel.
-
#max_errors : String | Nil
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
-
#max_errors=(max_errors : String | Nil)
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
-
#priority : Int32 | Nil
The priority of the task.
-
#priority=(priority : Int32 | Nil)
The priority of the task.
-
#service_role : String | Nil
The role that was assumed when running the task.
-
#service_role=(service_role : String | Nil)
The role that was assumed when running the task.
-
#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.
-
#status=(status : MaintenanceWindowExecutionStatus | Nil)
The status of the task.
-
#status_details : String | Nil
The details explaining the status.
-
#status_details=(status_details : String | Nil)
The details explaining the status.
-
#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 task that was retrieved.
-
#task_execution_id=(task_execution_id : String | Nil)
The ID of the specific task execution in the maintenance window task that was retrieved.
-
#task_parameters : Array(Hash(String, MaintenanceWindowTaskParameterValueExpression)) | Nil
The parameters passed to the task when it was run.
-
#task_parameters=(task_parameters : Array(Hash(String, MaintenanceWindowTaskParameterValueExpression)) | Nil)
The parameters passed to the task when it was run.
-
#triggered_alarms : Array(AlarmStateInformation) | Nil
The CloudWatch alarms that were invoked by the maintenance window task.
-
#triggered_alarms=(triggered_alarms : Array(AlarmStateInformation) | Nil)
The CloudWatch alarms that were invoked by the maintenance window task.
-
#type : MaintenanceWindowTaskType | Nil
The type of task that was run.
-
#type=(type : MaintenanceWindowTaskType | Nil)
The type of task that was run.
- #validate! : Nil
-
#window_execution_id : String | Nil
The ID of the maintenance window execution that includes the task.
-
#window_execution_id=(window_execution_id : String | Nil)
The ID of the maintenance window execution that includes 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 you applied to your maintenance window task.
The details for the CloudWatch alarm you applied to your maintenance window task.
The defined maximum number of task executions that could be run in parallel.
The defined maximum number of task executions that could be run in parallel.
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
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 specific task execution in the maintenance window task that was retrieved.
The ID of the specific task execution in the maintenance window task that was retrieved.
The parameters passed to the task when it was run.
TaskParameters has been deprecated. To specify parameters to pass to a task when it runs,
instead use the Parameters option in the TaskInvocationParameters structure. For information
about how Systems Manager handles these options for the supported maintenance window task types,
see MaintenanceWindowTaskInvocationParameters.
The map has the following format:
-
Key: string, between 1 and 255 characters -
Value: an array of strings, each between 1 and 255 characters
The parameters passed to the task when it was run.
TaskParameters has been deprecated. To specify parameters to pass to a task when it runs,
instead use the Parameters option in the TaskInvocationParameters structure. For information
about how Systems Manager handles these options for the supported maintenance window task types,
see MaintenanceWindowTaskInvocationParameters.
The map has the following format:
-
Key: string, between 1 and 255 characters -
Value: an array of strings, each between 1 and 255 characters
The CloudWatch alarms that were invoked by the maintenance window task.
The CloudWatch alarms that were invoked by the maintenance window task.
The ID of the maintenance window execution that includes the task.
The ID of the maintenance window execution that includes the task.