Class: Aws::Types::GetMaintenanceWindowExecutionTaskResult
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowExecutionTaskResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_execution_id ⇒ ::String
Returns the value of attribute task_execution_id.
-
#task_parameters ⇒ ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
Returns the value of attribute task_parameters.
-
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
-
#type ⇒ "RUN_COMMAND", ...
Returns the value of attribute type.
-
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def alarm_configuration @alarm_configuration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def end_time @end_time end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def max_errors @max_errors end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def priority @priority end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def service_role @service_role end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def status_details @status_details end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def task_arn @task_arn end |
#task_execution_id ⇒ ::String
Returns the value of attribute task_execution_id.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def task_execution_id @task_execution_id end |
#task_parameters ⇒ ::Array[::Hash[::String, Types::MaintenanceWindowTaskParameterValueExpression]]
Returns the value of attribute task_parameters.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def task_parameters @task_parameters end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def triggered_alarms @triggered_alarms end |
#type ⇒ "RUN_COMMAND", ...
Returns the value of attribute type.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def type @type end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def window_execution_id @window_execution_id end |