You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::UpdateMaintenanceWindowTaskResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated task description.

Returns:

  • (String)

    The updated task description.

#logging_infoTypes::LoggingInfo

The updated logging information in Amazon S3.

LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

Returns:

#max_concurrencyString

The updated MaxConcurrency value.

Returns:

  • (String)

    The updated MaxConcurrency value.

#max_errorsString

The updated MaxErrors value.

Returns:

  • (String)

    The updated MaxErrors value.

#nameString

The updated task name.

Returns:

  • (String)

    The updated task name.

#priorityInteger

The updated priority value.

Returns:

  • (Integer)

    The updated priority value.

#service_role_arnString

The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

Returns:

  • (String)

    The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

#targetsArray<Types::Target>

The updated target values.

Returns:

#task_arnString

The updated task ARN value.

Returns:

  • (String)

    The updated task ARN value.

#task_invocation_parametersTypes::MaintenanceWindowTaskInvocationParameters

The updated parameter values.

Returns:

#task_parametersHash<String,Types::MaintenanceWindowTaskParameterValueExpression>

The updated parameter values.

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.

Returns:

#window_idString

The ID of the maintenance window that was updated.

Returns:

  • (String)

    The ID of the maintenance window that was updated.

#window_task_idString

The task ID of the maintenance window that was updated.

Returns:

  • (String)

    The task ID of the maintenance window that was updated.