DescribeAccessPointsOutput
public struct DescribeAccessPointsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the load balancers.
Declaration
Swift
public let loadBalancerDescriptions: [LoadBalancerDescription]?
-
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Declaration
Swift
public let nextMarker: String?
-
Undocumented
Declaration
Swift
public init(loadBalancerDescriptions: [LoadBalancerDescription]? = nil, nextMarker: String? = nil)