Class: Aws::Types::MaintenanceWindowTask
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowTask
- 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_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
-
#type ⇒ "RUN_COMMAND", ...
Returns the value of attribute type.
-
#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.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def alarm_configuration @alarm_configuration end |
#cutoff_behavior ⇒ "CONTINUE_TASK", "CANCEL_TASK"
Returns the value of attribute cutoff_behavior.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def cutoff_behavior @cutoff_behavior end |
#description ⇒ ::String
Returns the value of attribute description.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def description @description end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def logging_info @logging_info end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def priority @priority end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def service_role_arn @service_role_arn end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def targets @targets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def task_arn @task_arn end |
#task_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def task_parameters @task_parameters end |
#type ⇒ "RUN_COMMAND", ...
Returns the value of attribute type.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def type @type end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def window_id @window_id end |
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def window_task_id @window_task_id end |