StartExecutionOutput
public struct StartExecutionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that id entifies the execution.
Declaration
Swift
public let executionArn: String
-
The date the execution is started.
Declaration
Swift
public let startDate: TimeStamp
-
Undocumented
Declaration
Swift
public init(executionArn: String, startDate: TimeStamp)