Class: Aws::Types::AutomationExecutionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AutomationExecutionMetadata
- 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.
-
#automation_type ⇒ "CrossAccount", "Local"
Returns the value of attribute automation_type.
-
#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.
-
#log_file ⇒ ::String
Returns the value of attribute log_file.
-
#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.
-
#parent_automation_execution_id ⇒ ::String
Returns the value of attribute parent_automation_execution_id.
-
#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.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#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.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
363 364 365 |
# File 'sig/types.rbs', line 363 def alarm_configuration @alarm_configuration end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def association_id @association_id end |
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
340 341 342 |
# File 'sig/types.rbs', line 340 def automation_execution_id @automation_execution_id end |
#automation_execution_status ⇒ "Pending", ...
Returns the value of attribute automation_execution_status.
343 344 345 |
# File 'sig/types.rbs', line 343 def automation_execution_status @automation_execution_status end |
#automation_subtype ⇒ "ChangeRequest", "AccessRequest"
Returns the value of attribute automation_subtype.
366 367 368 |
# File 'sig/types.rbs', line 366 def automation_subtype @automation_subtype end |
#automation_type ⇒ "CrossAccount", "Local"
Returns the value of attribute automation_type.
362 363 364 |
# File 'sig/types.rbs', line 362 def automation_type @automation_type end |
#change_request_name ⇒ ::String
Returns the value of attribute change_request_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def change_request_name @change_request_name end |
#current_action ⇒ ::String
Returns the value of attribute current_action.
352 353 354 |
# File 'sig/types.rbs', line 352 def current_action @current_action end |
#current_step_name ⇒ ::String
Returns the value of attribute current_step_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def current_step_name @current_step_name end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
342 343 344 |
# File 'sig/types.rbs', line 342 def document_version @document_version end |
#executed_by ⇒ ::String
Returns the value of attribute executed_by.
346 347 348 |
# File 'sig/types.rbs', line 346 def executed_by @executed_by end |
#execution_end_time ⇒ ::Time
Returns the value of attribute execution_end_time.
345 346 347 |
# File 'sig/types.rbs', line 345 def execution_end_time @execution_end_time end |
#execution_start_time ⇒ ::Time
Returns the value of attribute execution_start_time.
344 345 346 |
# File 'sig/types.rbs', line 344 def execution_start_time @execution_start_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
353 354 355 |
# File 'sig/types.rbs', line 353 def end |
#log_file ⇒ ::String
Returns the value of attribute log_file.
347 348 349 |
# File 'sig/types.rbs', line 347 def log_file @log_file end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
359 360 361 |
# File 'sig/types.rbs', line 359 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
360 361 362 |
# File 'sig/types.rbs', line 360 def max_errors @max_errors end |
#mode ⇒ "Auto", "Interactive"
Returns the value of attribute mode.
349 350 351 |
# File 'sig/types.rbs', line 349 def mode @mode end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def ops_item_id @ops_item_id end |
#outputs ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute outputs.
348 349 350 |
# File 'sig/types.rbs', line 348 def outputs @outputs end |
#parent_automation_execution_id ⇒ ::String
Returns the value of attribute parent_automation_execution_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def parent_automation_execution_id @parent_automation_execution_id end |
#resolved_targets ⇒ Types::ResolvedTargets
Returns the value of attribute resolved_targets.
358 359 360 |
# File 'sig/types.rbs', line 358 def resolved_targets @resolved_targets end |
#runbooks ⇒ ::Array[Types::Runbook]
Returns the value of attribute runbooks.
368 369 370 |
# File 'sig/types.rbs', line 368 def runbooks @runbooks end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
367 368 369 |
# File 'sig/types.rbs', line 367 def scheduled_time @scheduled_time end |
#target ⇒ ::String
Returns the value of attribute target.
361 362 363 |
# File 'sig/types.rbs', line 361 def target @target end |
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
365 366 367 |
# File 'sig/types.rbs', line 365 def target_locations_url @target_locations_url end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
357 358 359 |
# File 'sig/types.rbs', line 357 def target_maps @target_maps end |
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
355 356 357 |
# File 'sig/types.rbs', line 355 def target_parameter_name @target_parameter_name end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
356 357 358 |
# File 'sig/types.rbs', line 356 def targets @targets end |
#triggered_alarms ⇒ ::Array[Types::AlarmStateInformation]
Returns the value of attribute triggered_alarms.
364 365 366 |
# File 'sig/types.rbs', line 364 def triggered_alarms @triggered_alarms end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
354 355 356 |
# File 'sig/types.rbs', line 354 def end |