Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about a task execution performed as part of a maintenance window execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm applied to your maintenance window task.
-
#end_time ⇒ Time
The time the task execution finished.
-
#start_time ⇒ Time
The time the task execution started.
-
#status ⇒ String
The status of the task execution.
-
#status_details ⇒ String
The details explaining the status of the task execution.
-
#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 execution.
-
#task_type ⇒ String
The type of task that ran.
-
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarm that was invoked by the maintenance window task.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
The details for the CloudWatch alarm applied to your maintenance window task.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time the task execution finished.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the task execution started.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the task execution.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ String
The details explaining the status of the task execution. Not available for all status values.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that ran.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window execution.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#task_type ⇒ String
The type of task that ran.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#triggered_alarms ⇒ Array<Types::AlarmStateInformation>
The CloudWatch alarm that was invoked by the maintenance window task.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 |
# File 'lib/aws-sdk-ssm/types.rb', line 12225 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type, :alarm_configuration, :triggered_alarms) SENSITIVE = [] include Aws::Structure end |