Class: Aws::Types::UpdateMaintenanceWindowTaskResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowTaskResult
- 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.
-
#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.
4588 4589 4590 |
# File 'sig/types.rbs', line 4588 def alarm_configuration @alarm_configuration end |
#cutoff_behavior ⇒ "CONTINUE_TASK", "CANCEL_TASK"
Returns the value of attribute cutoff_behavior.
4587 4588 4589 |
# File 'sig/types.rbs', line 4587 def cutoff_behavior @cutoff_behavior end |
#description ⇒ ::String
Returns the value of attribute description.
4586 4587 4588 |
# File 'sig/types.rbs', line 4586 def description @description end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
4584 4585 4586 |
# File 'sig/types.rbs', line 4584 def logging_info @logging_info end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
4582 4583 4584 |
# File 'sig/types.rbs', line 4582 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
4583 4584 4585 |
# File 'sig/types.rbs', line 4583 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
4585 4586 4587 |
# File 'sig/types.rbs', line 4585 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4581 4582 4583 |
# File 'sig/types.rbs', line 4581 def priority @priority end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
4578 4579 4580 |
# File 'sig/types.rbs', line 4578 def service_role_arn @service_role_arn end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4576 4577 4578 |
# File 'sig/types.rbs', line 4576 def targets @targets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
4577 4578 4579 |
# File 'sig/types.rbs', line 4577 def task_arn @task_arn end |
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
Returns the value of attribute task_invocation_parameters.
4580 4581 4582 |
# File 'sig/types.rbs', line 4580 def task_invocation_parameters @task_invocation_parameters end |
#task_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
4579 4580 4581 |
# File 'sig/types.rbs', line 4579 def task_parameters @task_parameters end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4574 4575 4576 |
# File 'sig/types.rbs', line 4574 def window_id @window_id end |
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
4575 4576 4577 |
# File 'sig/types.rbs', line 4575 def window_task_id @window_task_id end |