Class: Aws::Types::AutomationExecution
- Inherits:
-
Object
- Object
- Aws::Types::AutomationExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
-
#automation_execution_status ⇒ "Pending", ...
Returns the value of attribute automation_execution_status.
-
#automation_subtype ⇒ "ChangeRequest", "AccessRequest"
Returns the value of attribute automation_subtype.
-
#change_request_name ⇒ ::String
Returns the value of attribute change_request_name.
-
#current_action ⇒ ::String
Returns the value of attribute current_action.
-
#current_step_name ⇒ ::String
Returns the value of attribute current_step_name.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#executed_by ⇒ ::String
Returns the value of attribute executed_by.
-
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
-
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#mode ⇒ "Auto", "Interactive"
Returns the value of attribute mode.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#outputs ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute outputs.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#parent_automation_execution_id ⇒ ::String
Returns the value of attribute parent_automation_execution_id.
-
#progress_counters ⇒ Types::ProgressCounters
Returns the value of attribute progress_counters.
-
#resolved_targets ⇒ Types::ResolvedTargets
Returns the value of attribute resolved_targets.
-
#runbooks ⇒ ::Array[Types::Runbook]
Returns the value of attribute runbooks.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
-
#step_executions ⇒ ::Array[Types::StepExecution]
Returns the value of attribute step_executions.
-
#step_executions_truncated ⇒ Boolean
Returns the value of attribute step_executions_truncated.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
-
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
-
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
-
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
-
#variables ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variables.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
305 306 307 |
# File 'sig/types.rbs', line 305 def alarm_configuration @alarm_configuration end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def association_id @association_id end |
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def automation_execution_id @automation_execution_id end |
#automation_execution_status ⇒ "Pending", ...
Returns the value of attribute automation_execution_status.
284 285 286 |
# File 'sig/types.rbs', line 284 def automation_execution_status @automation_execution_status end |
#automation_subtype ⇒ "ChangeRequest", "AccessRequest"
Returns the value of attribute automation_subtype.
308 309 310 |
# File 'sig/types.rbs', line 308 def automation_subtype @automation_subtype end |
#change_request_name ⇒ ::String
Returns the value of attribute change_request_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def change_request_name @change_request_name end |
#current_action ⇒ ::String
Returns the value of attribute current_action.
295 296 297 |
# File 'sig/types.rbs', line 295 def current_action @current_action end |
#current_step_name ⇒ ::String
Returns the value of attribute current_step_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def current_step_name @current_step_name end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
281 282 283 |
# File 'sig/types.rbs', line 281 def document_version @document_version end |
#executed_by ⇒ ::String
Returns the value of attribute executed_by.
293 294 295 |
# File 'sig/types.rbs', line 293 def executed_by @executed_by end |
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
283 284 285 |
# File 'sig/types.rbs', line 283 def execution_end_time @execution_end_time end |
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
282 283 284 |
# File 'sig/types.rbs', line 282 def execution_start_time @execution_start_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
289 290 291 |
# File 'sig/types.rbs', line 289 def end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
300 301 302 |
# File 'sig/types.rbs', line 300 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
301 302 303 |
# File 'sig/types.rbs', line 301 def max_errors @max_errors end |
#mode ⇒ "Auto", "Interactive"
Returns the value of attribute mode.
291 292 293 |
# File 'sig/types.rbs', line 291 def mode @mode end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def ops_item_id @ops_item_id end |
#outputs ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute outputs.
288 289 290 |
# File 'sig/types.rbs', line 288 def outputs @outputs end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
287 288 289 |
# File 'sig/types.rbs', line 287 def parameters @parameters end |
#parent_automation_execution_id ⇒ ::String
Returns the value of attribute parent_automation_execution_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def parent_automation_execution_id @parent_automation_execution_id end |
#progress_counters ⇒ Types::ProgressCounters
Returns the value of attribute progress_counters.
304 305 306 |
# File 'sig/types.rbs', line 304 def progress_counters @progress_counters end |
#resolved_targets ⇒ Types::ResolvedTargets
Returns the value of attribute resolved_targets.
299 300 301 |
# File 'sig/types.rbs', line 299 def resolved_targets @resolved_targets end |
#runbooks ⇒ ::Array[Types::Runbook]
Returns the value of attribute runbooks.
310 311 312 |
# File 'sig/types.rbs', line 310 def runbooks @runbooks end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
309 310 311 |
# File 'sig/types.rbs', line 309 def scheduled_time @scheduled_time end |
#step_executions ⇒ ::Array[Types::StepExecution]
Returns the value of attribute step_executions.
285 286 287 |
# File 'sig/types.rbs', line 285 def step_executions @step_executions end |
#step_executions_truncated ⇒ Boolean
Returns the value of attribute step_executions_truncated.
286 287 288 |
# File 'sig/types.rbs', line 286 def step_executions_truncated @step_executions_truncated end |
#target ⇒ ::String
Returns the value of attribute target.
302 303 304 |
# File 'sig/types.rbs', line 302 def target @target end |
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
303 304 305 |
# File 'sig/types.rbs', line 303 def target_locations @target_locations end |
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
307 308 309 |
# File 'sig/types.rbs', line 307 def target_locations_url @target_locations_url end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
298 299 300 |
# File 'sig/types.rbs', line 298 def target_maps @target_maps end |
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
296 297 298 |
# File 'sig/types.rbs', line 296 def target_parameter_name @target_parameter_name end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
297 298 299 |
# File 'sig/types.rbs', line 297 def targets @targets end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
306 307 308 |
# File 'sig/types.rbs', line 306 def triggered_alarms @triggered_alarms end |
#variables ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute variables.
314 315 316 |
# File 'sig/types.rbs', line 314 def variables @variables end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
290 291 292 |
# File 'sig/types.rbs', line 290 def end |