DeleteLoadBalancerListenerInput
public struct DeleteLoadBalancerListenerInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String -
The client port numbers of the listeners.
Declaration
Swift
public let loadBalancerPorts: [Int] -
Undocumented
Declaration
Swift
public init(loadBalancerName: String, loadBalancerPorts: [Int])
View on GitHub
DeleteLoadBalancerListenerInput Structure Reference