DescribeLoadBalancersOutput
public struct DescribeLoadBalancersOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the load balancers.
Declaration
Swift
public let loadBalancers: [LoadBalancer]? -
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Declaration
Swift
public let nextMarker: String? -
Undocumented
Declaration
Swift
public init(loadBalancers: [LoadBalancer]? = nil, nextMarker: String? = nil)
View on GitHub
DescribeLoadBalancersOutput Structure Reference