CreateLoadBalancerListenerInput
public struct CreateLoadBalancerListenerInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The listeners.
Declaration
Swift
public let listeners: [Listener]
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String
-
Undocumented
Declaration
Swift
public init(listeners: [Listener], loadBalancerName: String)
-
Declaration
Swift
public func validate(name: String) throws