CreateScriptRequest
public struct CreateScriptRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the edges in the DAG.
Declaration
Swift
public let dagEdges: [CodeGenEdge]?
-
A list of the nodes in the DAG.
Declaration
Swift
public let dagNodes: [CodeGenNode]?
-
The programming language of the resulting code from the DAG.
Declaration
Swift
public let language: Language?
-
Undocumented
Declaration
Swift
public init(dagEdges: [CodeGenEdge]? = nil, dagNodes: [CodeGenNode]? = nil, language: Language? = nil)
-
Declaration
Swift
public func validate(name: String) throws