Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:task_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

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



8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#end_timeTime

The time the task execution completed.

Returns:

  • (Time)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#max_concurrencyString

The defined maximum number of task executions that could be run in parallel.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#max_errorsString

The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#priorityInteger

The priority of the task.

Returns:

  • (Integer)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#service_roleString

The role that was assumed when running the task.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#start_timeTime

The time the task execution started.

Returns:

  • (Time)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#statusString

The status of the task.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#status_detailsString

The details explaining the status. Not available for all status values.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#task_arnString

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

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#task_execution_idString

The ID of the specific task execution in the maintenance window task that was retrieved.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#task_parametersArray<Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>>

The parameters passed to the task when it was run.

<note markdown=“1”> ‘TaskParameters` has been deprecated. To specify parameters to pass to a task when it runs, instead use the `Parameters` option in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

</note>

The map has the following format:

  • ‘Key`: string, between 1 and 255 characters

  • ‘Value`: an array of strings, each between 1 and 255 characters



8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#triggered_alarmsArray<Types::AlarmStateInformation>

The CloudWatch alarms that were invoked by the maintenance window task.

Returns:



8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#typeString

The type of task that was run.

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end

#window_execution_idString

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

Returns:

  • (String)


8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
# File 'lib/aws-sdk-ssm/types.rb', line 8066

class GetMaintenanceWindowExecutionTaskResult < Struct.new(
  :window_execution_id,
  :task_execution_id,
  :task_arn,
  :service_role,
  :type,
  :task_parameters,
  :priority,
  :max_concurrency,
  :max_errors,
  :status,
  :status_details,
  :start_time,
  :end_time,
  :alarm_configuration,
  :triggered_alarms)
  SENSITIVE = [:task_parameters]
  include Aws::Structure
end