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

Class: Aws::States::Types::DescribeStateMachineForExecutionOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The Amazon States Language definition of the state machine. See Amazon States Language.

Returns:

  • (String)

    The Amazon States Language definition of the state machine.

#logging_configurationTypes::LoggingConfiguration

The LoggingConfiguration data type is used to set CloudWatch Logs options.

Returns:

#nameString

The name of the state machine associated with the execution.

Returns:

  • (String)

    The name of the state machine associated with the execution.

#role_arnString

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

#state_machine_arnString

The Amazon Resource Name (ARN) of the state machine associated with the execution.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the state machine associated with the execution.

#tracing_configurationTypes::TracingConfiguration

Selects whether AWS X-Ray tracing is enabled.

Returns:

#update_dateTime

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

Returns:

  • (Time)

    The date and time the state machine associated with an execution was updated.