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