CreateScriptResponse
public struct CreateScriptResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Python script generated from the DAG.
Declaration
Swift
public let pythonScript: String? -
The Scala code generated from the DAG.
Declaration
Swift
public let scalaCode: String? -
Undocumented
Declaration
Swift
public init(pythonScript: String? = nil, scalaCode: String? = nil)
View on GitHub
CreateScriptResponse Structure Reference