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
-
#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.
-
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
Instance Attribute Details
#end_time ⇒ Time
The time the task execution finished.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the task execution started.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the task execution.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ String
The details explaining the status of the task execution. Not available for all status values.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that ran.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_execution_id ⇒ String
The ID of the specific task execution in the maintenance window execution.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#task_type ⇒ String
The type of task that ran.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |
#window_execution_id ⇒ String
The ID of the maintenance window execution that ran the task.
13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13241 class MaintenanceWindowExecutionTaskIdentity < Struct.new( :window_execution_id, :task_execution_id, :status, :status_details, :start_time, :end_time, :task_arn, :task_type) SENSITIVE = [] include Aws::Structure end |