Class: Aws::Types::AutomationExecutionMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Pending", "InProgress", "Waiting", "Success", "TimedOut", "Cancelling", "Cancelled", "Failed", "PendingApproval", "Approved", "Rejected", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "CompletedWithSuccess", "CompletedWithFailure", "Exited")


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.

Returns:

  • ("ChangeRequest", "AccessRequest")


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.

Returns:

  • ("CrossAccount", "Local")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def failure_message
  @failure_message
end

#log_file::String

Returns the value of attribute log_file.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def max_errors
  @max_errors
end

#mode"Auto", "Interactive"

Returns the value of attribute mode.

Returns:

  • ("Auto", "Interactive")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


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.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def parent_automation_execution_id
  @parent_automation_execution_id
end

#resolved_targetsTypes::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.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def runbooks
  @runbooks
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


367
368
369
# File 'sig/types.rbs', line 367

def scheduled_time
  @scheduled_time
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Hash[::String, ::Array[::String]]])


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def warning_message
  @warning_message
end