LoadBalancerDescription
public struct LoadBalancerDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The domain name of the LoadBalancer.
Declaration
Swift
public let domain: String? -
A list of Listeners used by the LoadBalancer.
Declaration
Swift
public let listeners: [Listener]? -
The name of the LoadBalancer.
Declaration
Swift
public let loadBalancerName: String? -
Undocumented
Declaration
Swift
public init(domain: String? = nil, listeners: [Listener]? = nil, loadBalancerName: String? = nil)
View on GitHub
LoadBalancerDescription Structure Reference