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
- Struct
- Aws::SSM::Types::UpdateMaintenanceWindowTaskResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#description ⇒ String
The updated task description.
-
#logging_info ⇒ Types::LoggingInfo
The updated logging information in Amazon S3.
-
#max_concurrency ⇒ String
The updated MaxConcurrency value.
-
#max_errors ⇒ String
The updated MaxErrors value.
-
#name ⇒ String
The updated task name.
-
#priority ⇒ Integer
The updated priority value.
-
#service_role_arn ⇒ 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.
-
#targets ⇒ Array<Types::Target>
The updated target values.
-
#task_arn ⇒ String
The updated task ARN value.
-
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
The updated parameter values.
-
#task_parameters ⇒ Hash<String,Types::MaintenanceWindowTaskParameterValueExpression>
The updated parameter values.
-
#window_id ⇒ String
The ID of the maintenance window that was updated.
-
#window_task_id ⇒ String
The task ID of the maintenance window that was updated.
Instance Attribute Details
#description ⇒ String
The updated task description.
#logging_info ⇒ Types::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.
#max_concurrency ⇒ String
The updated MaxConcurrency value.
#max_errors ⇒ String
The updated MaxErrors value.
#name ⇒ String
The updated task name.
#priority ⇒ Integer
The updated priority value.
#service_role_arn ⇒ 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.
#targets ⇒ Array<Types::Target>
The updated target values.
#task_arn ⇒ String
The updated task ARN value.
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
The updated parameter values.
#task_parameters ⇒ Hash<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.
#window_id ⇒ String
The ID of the maintenance window that was updated.
#window_task_id ⇒ String
The task ID of the maintenance window that was updated.