CreateStateMachineOutput
public struct CreateStateMachineOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the state machine is created.
Declaration
Swift
public let creationDate: TimeStamp
-
The Amazon Resource Name (ARN) that identifies the created state machine.
Declaration
Swift
public let stateMachineArn: String
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, stateMachineArn: String)