Listener

public struct Listener : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The port that is used by the Listener.

    Declaration

    Swift

    public let port: Int?
  • The protocol that is used by the Listener.

    Declaration

    Swift

    public let `protocol`: String?
  • Undocumented

    Declaration

    Swift

    public init(port: Int? = nil, protocol: String? = nil)