AWSAutoScalingAttachLoadBalancersType
Objective-C
@interface AWSAutoScalingAttachLoadBalancersType
Swift
class AWSAutoScalingAttachLoadBalancersType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
The names of the load balancers. You can specify up to 10 load balancers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable loadBalancerNames;
Swift
var loadBalancerNames: [String]? { get set }