AWSElasticLoadBalancingDescribeLoadBalancersOutput

Objective-C

@interface AWSElasticLoadBalancingDescribeLoadBalancersOutput

Swift

class AWSElasticLoadBalancingDescribeLoadBalancersOutput
  • Information about the load balancers.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSElasticLoadBalancingLoadBalancer *> *_Nullable loadBalancers;

    Swift

    var loadBalancers: [AWSElasticLoadBalancingLoadBalancer]? { get set }
  • If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextMarker;

    Swift

    var nextMarker: String? { get set }