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.



11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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:



11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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)


11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11918

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