Class: Aws::Types::MaintenanceWindowExecutionTaskIdentity
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowExecutionTaskIdentity
- 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.
-
#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_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_type.
-
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
-
#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.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def alarm_configuration @alarm_configuration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def status_details @status_details end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def task_arn @task_arn end |
#task_execution_id ⇒ ::String
Returns the value of attribute task_execution_id.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def task_execution_id @task_execution_id end |
#task_type ⇒ "RUN_COMMAND", ...
Returns the value of attribute task_type.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def task_type @task_type end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def triggered_alarms @triggered_alarms end |
#window_execution_id ⇒ ::String
Returns the value of attribute window_execution_id.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def window_execution_id @window_execution_id end |