Class: Aws::SSM::Types::MaintenanceWindowExecutionTaskIdentity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

The details for the CloudWatch alarm applied to your maintenance window task.



12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_timeTime

The time the task execution finished.

Returns:

  • (Time)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_timeTime

The time the task execution started.

Returns:

  • (Time)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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

#statusString

The status of the task execution.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_detailsString

The details explaining the status of the task execution. Not available for all status values.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_arnString

The Amazon Resource Name (ARN) of the task that ran.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_idString

The ID of the specific task execution in the maintenance window execution.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_typeString

The type of task that ran.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_alarmsArray<Types::AlarmStateInformation>

The CloudWatch alarm that was invoked by the maintenance window task.

Returns:



12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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_idString

The ID of the maintenance window execution that ran the task.

Returns:

  • (String)


12189
12190
12191
12192
12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12189

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