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
- Struct
- Aws::States::Types::DescribeStateMachineForExecutionOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#definition ⇒ String
The Amazon States Language definition of the state machine.
-
#logging_configuration ⇒ Types::LoggingConfiguration
The
LoggingConfiguration
data type is used to set CloudWatch Logs options..
-
#name ⇒ String
The name of the state machine associated with the execution.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine associated with the execution.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Selects whether AWS X-Ray tracing is enabled.
-
#update_date ⇒ Time
The date and time the state machine associated with an execution was updated.
Instance Attribute Details
#definition ⇒ String
The Amazon States Language definition of the state machine. See Amazon States Language.
#logging_configuration ⇒ Types::LoggingConfiguration
The LoggingConfiguration
data type is used to set CloudWatch Logs options.
#name ⇒ String
The name of the state machine associated with the execution.
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine associated with the execution.
#tracing_configuration ⇒ Types::TracingConfiguration
Selects whether AWS X-Ray tracing is enabled.
#update_date ⇒ Time
The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.