AWSAutoScalingDetachTrafficSourcesType
Objective-C
@interface AWSAutoScalingDetachTrafficSourcesType
Swift
class AWSAutoScalingDetachTrafficSourcesType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingTrafficSourceIdentifier *> *_Nullable trafficSources;
Swift
var trafficSources: [AWSAutoScalingTrafficSourceIdentifier]? { get set }