You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::States::Types::ExecutionListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about an execution.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arnString

The Amazon Resource Name (ARN) that id entifies the execution.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that id entifies the execution.

#nameString

The name of the execution.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

Returns:

  • (String)

    The name of the execution.

#start_dateTime

The date the execution started.

Returns:

  • (Time)

    The date the execution started.

#state_machine_arnString

The Amazon Resource Name (ARN) of the executed state machine.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the executed state machine.

#statusString

The current status of the execution.

Possible values:

  • RUNNING
  • SUCCEEDED
  • FAILED
  • TIMED_OUT
  • ABORTED

Returns:

  • (String)

    The current status of the execution.

#stop_dateTime

If the execution already ended, the date the execution stopped.

Returns:

  • (Time)

    If the execution already ended, the date the execution stopped.