Class: Aws::Types::UpdateMaintenanceWindowTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#cutoff_behavior ⇒ "CONTINUE_TASK", "CANCEL_TASK"
Returns the value of attribute cutoff_behavior.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
Returns the value of attribute task_invocation_parameters.
-
#task_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
-
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
4569 4570 4571 |
# File 'sig/types.rbs', line 4569 def alarm_configuration @alarm_configuration end |
#cutoff_behavior ⇒ "CONTINUE_TASK", "CANCEL_TASK"
Returns the value of attribute cutoff_behavior.
4568 4569 4570 |
# File 'sig/types.rbs', line 4568 def cutoff_behavior @cutoff_behavior end |
#description ⇒ ::String
Returns the value of attribute description.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def description @description end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def logging_info @logging_info end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4561 4562 4563 |
# File 'sig/types.rbs', line 4561 def priority @priority end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def replace @replace end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def service_role_arn @service_role_arn end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4556 4557 4558 |
# File 'sig/types.rbs', line 4556 def targets @targets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def task_arn @task_arn end |
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
Returns the value of attribute task_invocation_parameters.
4560 4561 4562 |
# File 'sig/types.rbs', line 4560 def task_invocation_parameters @task_invocation_parameters end |
#task_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def task_parameters @task_parameters end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4554 4555 4556 |
# File 'sig/types.rbs', line 4554 def window_id @window_id end |
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
4555 4556 4557 |
# File 'sig/types.rbs', line 4555 def window_task_id @window_task_id end |