Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:task_parameters]
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm you applied to your maintenance window task.
-
#end_time ⇒ Time
The time the task execution completed.
-
#max_concurrency ⇒ String
The defined maximum number of task executions that could be run in parallel.
-
#max_errors ⇒ String
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
-
#priority ⇒ Integer
The priority of the task.
-
#service_role ⇒ String
The role that was assumed when running the task.
-
#start_time ⇒ Time
The time the task execution started.
-
#status ⇒ String
The status of the task.
-
#status_details ⇒ String
The details explaining the status.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that ran.
-
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window task that was retrieved.
-
#task_parameters ⇒ Array<Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>>
The parameters passed to the task when it was run.
-
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarms that were invoked by the maintenance window task.
-
#type ⇒ String
The type of task that was run.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution that includes the task.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm you applied to your maintenance window task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#end_time ⇒ Time
The time the task execution completed.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#max_concurrency ⇒ String
The defined maximum number of task executions that could be run in parallel.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#max_errors ⇒ String
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#priority ⇒ Integer
The priority of the task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#service_role ⇒ String
The role that was assumed when running the task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#start_time ⇒ Time
The time the task execution started.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#status ⇒ String
The status of the task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#status_details ⇒ String
The details explaining the status. Not available for all status values.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that ran.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window task that was retrieved.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#task_parameters ⇒ Array<Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>>
The parameters passed to the task when it was run.
<note markdown=“1”> ‘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.
</note>
The map has the following format:
-
‘Key`: string, between 1 and 255 characters
-
‘Value`: an array of strings, each between 1 and 255 characters
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarms that were invoked by the maintenance window task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#type ⇒ String
The type of task that was run.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution that includes the task.
8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 |
# File 'lib/aws-sdk-ssm/types.rb', line 8258 class GetMaintenanceWindowExecutionTaskResult < Struct.new( :window_execution_id, :task_execution_id, :task_arn, :service_role, :type, :task_parameters, :priority, :max_concurrency, :max_errors, :status, :status_details, :start_time, :end_time, :alarm_configuration, :triggered_alarms) SENSITIVE = [:task_parameters] include Aws::Structure end |