CodeGenNode

public struct CodeGenNode : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Properties of the node, in the form of name-value pairs.

    Declaration

    Swift

    public let args: [CodeGenNodeArg]
  • id

    A node identifier that is unique within the node’s graph.

    Declaration

    Swift

    public let id: String
  • The line number of the node.

    Declaration

    Swift

    public let lineNumber: Int?
  • The type of node that this is.

    Declaration

    Swift

    public let nodeType: String
  • Undocumented

    Declaration

    Swift

    public init(args: [CodeGenNodeArg], id: String, lineNumber: Int? = nil, nodeType: String)
  • Declaration

    Swift

    public func validate(name: String) throws