ConnectionsList

public struct ConnectionsList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of connections used by the job.

    Declaration

    Swift

    public let connections: [String]?
  • Undocumented

    Declaration

    Swift

    public init(connections: [String]? = nil)