StateExitedEventDetails
public struct StateExitedEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the state. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters “ # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
Declaration
Swift
public let name: String
-
The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let output: String?
-
Contains details about the output of an execution history event.
Declaration
Swift
public let outputDetails: HistoryEventExecutionDataDetails?
-
Undocumented
Declaration
Swift
public init(name: String, output: String? = nil, outputDetails: HistoryEventExecutionDataDetails? = nil)