Class: Aws::Types::HistoryEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_failed_event_detailsTypes::ActivityFailedEventDetails

Returns the value of attribute activity_failed_event_details.



427
428
429
# File 'sig/types.rbs', line 427

def activity_failed_event_details
  @activity_failed_event_details
end

#activity_schedule_failed_event_detailsTypes::ActivityScheduleFailedEventDetails

Returns the value of attribute activity_schedule_failed_event_details.



428
429
430
# File 'sig/types.rbs', line 428

def activity_schedule_failed_event_details
  @activity_schedule_failed_event_details
end

#activity_scheduled_event_detailsTypes::ActivityScheduledEventDetails

Returns the value of attribute activity_scheduled_event_details.



429
430
431
# File 'sig/types.rbs', line 429

def activity_scheduled_event_details
  @activity_scheduled_event_details
end

#activity_started_event_detailsTypes::ActivityStartedEventDetails

Returns the value of attribute activity_started_event_details.



430
431
432
# File 'sig/types.rbs', line 430

def activity_started_event_details
  @activity_started_event_details
end

#activity_succeeded_event_detailsTypes::ActivitySucceededEventDetails

Returns the value of attribute activity_succeeded_event_details.



431
432
433
# File 'sig/types.rbs', line 431

def activity_succeeded_event_details
  @activity_succeeded_event_details
end

#activity_timed_out_event_detailsTypes::ActivityTimedOutEventDetails

Returns the value of attribute activity_timed_out_event_details.



432
433
434
# File 'sig/types.rbs', line 432

def activity_timed_out_event_details
  @activity_timed_out_event_details
end

#evaluation_failed_event_detailsTypes::EvaluationFailedEventDetails

Returns the value of attribute evaluation_failed_event_details.



463
464
465
# File 'sig/types.rbs', line 463

def evaluation_failed_event_details
  @evaluation_failed_event_details
end

#execution_aborted_event_detailsTypes::ExecutionAbortedEventDetails

Returns the value of attribute execution_aborted_event_details.



444
445
446
# File 'sig/types.rbs', line 444

def execution_aborted_event_details
  @execution_aborted_event_details
end

#execution_failed_event_detailsTypes::ExecutionFailedEventDetails

Returns the value of attribute execution_failed_event_details.



441
442
443
# File 'sig/types.rbs', line 441

def execution_failed_event_details
  @execution_failed_event_details
end

#execution_redriven_event_detailsTypes::ExecutionRedrivenEventDetails

Returns the value of attribute execution_redriven_event_details.



446
447
448
# File 'sig/types.rbs', line 446

def execution_redriven_event_details
  @execution_redriven_event_details
end

#execution_started_event_detailsTypes::ExecutionStartedEventDetails

Returns the value of attribute execution_started_event_details.



442
443
444
# File 'sig/types.rbs', line 442

def execution_started_event_details
  @execution_started_event_details
end

#execution_succeeded_event_detailsTypes::ExecutionSucceededEventDetails

Returns the value of attribute execution_succeeded_event_details.



443
444
445
# File 'sig/types.rbs', line 443

def execution_succeeded_event_details
  @execution_succeeded_event_details
end

#execution_timed_out_event_detailsTypes::ExecutionTimedOutEventDetails

Returns the value of attribute execution_timed_out_event_details.



445
446
447
# File 'sig/types.rbs', line 445

def execution_timed_out_event_details
  @execution_timed_out_event_details
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


425
426
427
# File 'sig/types.rbs', line 425

def id
  @id
end

#lambda_function_failed_event_detailsTypes::LambdaFunctionFailedEventDetails

Returns the value of attribute lambda_function_failed_event_details.



452
453
454
# File 'sig/types.rbs', line 452

def lambda_function_failed_event_details
  @lambda_function_failed_event_details
end

#lambda_function_schedule_failed_event_detailsTypes::LambdaFunctionScheduleFailedEventDetails

Returns the value of attribute lambda_function_schedule_failed_event_details.



453
454
455
# File 'sig/types.rbs', line 453

def lambda_function_schedule_failed_event_details
  @lambda_function_schedule_failed_event_details
end

#lambda_function_scheduled_event_detailsTypes::LambdaFunctionScheduledEventDetails

Returns the value of attribute lambda_function_scheduled_event_details.



454
455
456
# File 'sig/types.rbs', line 454

def lambda_function_scheduled_event_details
  @lambda_function_scheduled_event_details
end

#lambda_function_start_failed_event_detailsTypes::LambdaFunctionStartFailedEventDetails

Returns the value of attribute lambda_function_start_failed_event_details.



455
456
457
# File 'sig/types.rbs', line 455

def lambda_function_start_failed_event_details
  @lambda_function_start_failed_event_details
end

#lambda_function_succeeded_event_detailsTypes::LambdaFunctionSucceededEventDetails

Returns the value of attribute lambda_function_succeeded_event_details.



456
457
458
# File 'sig/types.rbs', line 456

def lambda_function_succeeded_event_details
  @lambda_function_succeeded_event_details
end

#lambda_function_timed_out_event_detailsTypes::LambdaFunctionTimedOutEventDetails

Returns the value of attribute lambda_function_timed_out_event_details.



457
458
459
# File 'sig/types.rbs', line 457

def lambda_function_timed_out_event_details
  @lambda_function_timed_out_event_details
end

#map_iteration_aborted_event_detailsTypes::MapIterationEventDetails

Returns the value of attribute map_iteration_aborted_event_details.



451
452
453
# File 'sig/types.rbs', line 451

def map_iteration_aborted_event_details
  @map_iteration_aborted_event_details
end

#map_iteration_failed_event_detailsTypes::MapIterationEventDetails

Returns the value of attribute map_iteration_failed_event_details.



450
451
452
# File 'sig/types.rbs', line 450

def map_iteration_failed_event_details
  @map_iteration_failed_event_details
end

#map_iteration_started_event_detailsTypes::MapIterationEventDetails

Returns the value of attribute map_iteration_started_event_details.



448
449
450
# File 'sig/types.rbs', line 448

def map_iteration_started_event_details
  @map_iteration_started_event_details
end

#map_iteration_succeeded_event_detailsTypes::MapIterationEventDetails

Returns the value of attribute map_iteration_succeeded_event_details.



449
450
451
# File 'sig/types.rbs', line 449

def map_iteration_succeeded_event_details
  @map_iteration_succeeded_event_details
end

#map_run_failed_event_detailsTypes::MapRunFailedEventDetails

Returns the value of attribute map_run_failed_event_details.



461
462
463
# File 'sig/types.rbs', line 461

def map_run_failed_event_details
  @map_run_failed_event_details
end

#map_run_redriven_event_detailsTypes::MapRunRedrivenEventDetails

Returns the value of attribute map_run_redriven_event_details.



462
463
464
# File 'sig/types.rbs', line 462

def map_run_redriven_event_details
  @map_run_redriven_event_details
end

#map_run_started_event_detailsTypes::MapRunStartedEventDetails

Returns the value of attribute map_run_started_event_details.



460
461
462
# File 'sig/types.rbs', line 460

def map_run_started_event_details
  @map_run_started_event_details
end

#map_state_started_event_detailsTypes::MapStateStartedEventDetails

Returns the value of attribute map_state_started_event_details.



447
448
449
# File 'sig/types.rbs', line 447

def map_state_started_event_details
  @map_state_started_event_details
end

#previous_event_id::Integer

Returns the value of attribute previous_event_id.

Returns:

  • (::Integer)


426
427
428
# File 'sig/types.rbs', line 426

def previous_event_id
  @previous_event_id
end

#state_entered_event_detailsTypes::StateEnteredEventDetails

Returns the value of attribute state_entered_event_details.



458
459
460
# File 'sig/types.rbs', line 458

def state_entered_event_details
  @state_entered_event_details
end

#state_exited_event_detailsTypes::StateExitedEventDetails

Returns the value of attribute state_exited_event_details.



459
460
461
# File 'sig/types.rbs', line 459

def state_exited_event_details
  @state_exited_event_details
end

#task_failed_event_detailsTypes::TaskFailedEventDetails

Returns the value of attribute task_failed_event_details.



433
434
435
# File 'sig/types.rbs', line 433

def task_failed_event_details
  @task_failed_event_details
end

#task_scheduled_event_detailsTypes::TaskScheduledEventDetails

Returns the value of attribute task_scheduled_event_details.



434
435
436
# File 'sig/types.rbs', line 434

def task_scheduled_event_details
  @task_scheduled_event_details
end

#task_start_failed_event_detailsTypes::TaskStartFailedEventDetails

Returns the value of attribute task_start_failed_event_details.



435
436
437
# File 'sig/types.rbs', line 435

def task_start_failed_event_details
  @task_start_failed_event_details
end

#task_started_event_detailsTypes::TaskStartedEventDetails

Returns the value of attribute task_started_event_details.



436
437
438
# File 'sig/types.rbs', line 436

def task_started_event_details
  @task_started_event_details
end

#task_submit_failed_event_detailsTypes::TaskSubmitFailedEventDetails

Returns the value of attribute task_submit_failed_event_details.



437
438
439
# File 'sig/types.rbs', line 437

def task_submit_failed_event_details
  @task_submit_failed_event_details
end

#task_submitted_event_detailsTypes::TaskSubmittedEventDetails

Returns the value of attribute task_submitted_event_details.



438
439
440
# File 'sig/types.rbs', line 438

def 
  
end

#task_succeeded_event_detailsTypes::TaskSucceededEventDetails

Returns the value of attribute task_succeeded_event_details.



439
440
441
# File 'sig/types.rbs', line 439

def task_succeeded_event_details
  @task_succeeded_event_details
end

#task_timed_out_event_detailsTypes::TaskTimedOutEventDetails

Returns the value of attribute task_timed_out_event_details.



440
441
442
# File 'sig/types.rbs', line 440

def task_timed_out_event_details
  @task_timed_out_event_details
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


423
424
425
# File 'sig/types.rbs', line 423

def timestamp
  @timestamp
end

#type"ActivityFailed", ...

Returns the value of attribute type.

Returns:

  • ("ActivityFailed", "ActivityScheduled", "ActivityScheduleFailed", "ActivityStarted", "ActivitySucceeded", "ActivityTimedOut", "ChoiceStateEntered", "ChoiceStateExited", "ExecutionAborted", "ExecutionFailed", "ExecutionStarted", "ExecutionSucceeded", "ExecutionTimedOut", "FailStateEntered", "LambdaFunctionFailed", "LambdaFunctionScheduled", "LambdaFunctionScheduleFailed", "LambdaFunctionStarted", "LambdaFunctionStartFailed", "LambdaFunctionSucceeded", "LambdaFunctionTimedOut", "MapIterationAborted", "MapIterationFailed", "MapIterationStarted", "MapIterationSucceeded", "MapStateAborted", "MapStateEntered", "MapStateExited", "MapStateFailed", "MapStateStarted", "MapStateSucceeded", "ParallelStateAborted", "ParallelStateEntered", "ParallelStateExited", "ParallelStateFailed", "ParallelStateStarted", "ParallelStateSucceeded", "PassStateEntered", "PassStateExited", "SucceedStateEntered", "SucceedStateExited", "TaskFailed", "TaskScheduled", "TaskStarted", "TaskStartFailed", "TaskStateAborted", "TaskStateEntered", "TaskStateExited", "TaskSubmitFailed", "TaskSubmitted", "TaskSucceeded", "TaskTimedOut", "WaitStateAborted", "WaitStateEntered", "WaitStateExited", "MapRunAborted", "MapRunFailed", "MapRunStarted", "MapRunSucceeded", "ExecutionRedriven", "MapRunRedriven", "EvaluationFailed")


424
425
426
# File 'sig/types.rbs', line 424

def type
  @type
end