DescribeStateMachineForExecutionOutput
public struct DescribeStateMachineForExecutionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon States Language definition of the state machine. See Amazon States Language.
Declaration
Swift
public let definition: String
-
Undocumented
Declaration
Swift
public let loggingConfiguration: LoggingConfiguration?
-
The name of the state machine associated with the execution.
Declaration
Swift
public let name: String
-
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
Declaration
Swift
public let roleArn: String
-
The Amazon Resource Name (ARN) of the state machine associated with the execution.
Declaration
Swift
public let stateMachineArn: String
-
The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.
Declaration
Swift
public let updateDate: TimeStamp
-
Undocumented
Declaration
Swift
public init(definition: String, loggingConfiguration: LoggingConfiguration? = nil, name: String, roleArn: String, stateMachineArn: String, updateDate: TimeStamp)