DescribeStateMachineForExecutionOutput class
Constructors
- DescribeStateMachineForExecutionOutput({required String definition, required String name, required String roleArn, required String stateMachineArn, required DateTime updateDate, LoggingConfiguration? loggingConfiguration, TracingConfiguration? tracingConfiguration})
-
DescribeStateMachineForExecutionOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- definition → String
-
The Amazon States Language definition of the state machine. See Amazon
States Language.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggingConfiguration → LoggingConfiguration?
-
final
- name → String
-
The name of the state machine associated with the execution.
final
- roleArn → String
-
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the
execution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateMachineArn → String
-
The Amazon Resource Name (ARN) of the state machine associated with the
execution.
final
- tracingConfiguration → TracingConfiguration?
-
Selects whether AWS X-Ray tracing is enabled.
final
- updateDate → 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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited