CodeGenEdge

public struct CodeGenEdge : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the node at which the edge starts.

    Declaration

    Swift

    public let source: String
  • The ID of the node at which the edge ends.

    Declaration

    Swift

    public let target: String
  • The target of the edge.

    Declaration

    Swift

    public let targetParameter: String?
  • Undocumented

    Declaration

    Swift

    public init(source: String, target: String, targetParameter: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws