Class: Aws::Types::GetMaintenanceWindowTaskResult
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowTaskResult
- 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.
-
#task_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_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.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def alarm_configuration @alarm_configuration end |
#cutoff_behavior ⇒ "CONTINUE_TASK", "CANCEL_TASK"
Returns the value of attribute cutoff_behavior.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def cutoff_behavior @cutoff_behavior end |
#description ⇒ ::String
Returns the value of attribute description.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def description @description end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def logging_info @logging_info end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def priority @priority end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def service_role_arn @service_role_arn end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def targets @targets end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def task_arn @task_arn end |
#task_invocation_parameters ⇒ Types::MaintenanceWindowTaskInvocationParameters
Returns the value of attribute task_invocation_parameters.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def task_invocation_parameters @task_invocation_parameters end |
#task_parameters ⇒ ::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]
Returns the value of attribute task_parameters.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def task_parameters @task_parameters end |
#task_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_type.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def task_type @task_type end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def window_id @window_id end |
#window_task_id ⇒ ::String
Returns the value of attribute window_task_id.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def window_task_id @window_task_id end |