DescribeStateMachineOutput class

Constructors

DescribeStateMachineOutput({required DateTime creationDate, required String definition, required String name, required String roleArn, required String stateMachineArn, required StateMachineType type, LoggingConfiguration? loggingConfiguration, StateMachineStatus? status, TracingConfiguration? tracingConfiguration})
DescribeStateMachineOutput.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime
The date the state machine is created.
final
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.
final
roleArn String
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateMachineArn String
The Amazon Resource Name (ARN) that identifies the state machine.
final
status StateMachineStatus?
The current status of the state machine.
final
tracingConfiguration TracingConfiguration?
Selects whether AWS X-Ray tracing is enabled.
final
type StateMachineType
The type of the state machine (STANDARD or EXPRESS).
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