Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity
- Defined in:
- gems/aws-sdk-ssm/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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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.
11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11761 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 |