StateEnteredEventDetails
public struct StateEnteredEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let input: String?
-
Contains details about the input for an execution history event.
Declaration
Swift
public let inputDetails: HistoryEventExecutionDataDetails?
-
The name of the state.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(input: String? = nil, inputDetails: HistoryEventExecutionDataDetails? = nil, name: String)