Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult
- Defined in:
- gems/aws-sdk-ssm/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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
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 charactersValue: an array of strings, each between 1 and 255 characters
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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.
9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9045 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 |