AWSAutoScalingDescribeTrafficSourcesRequest
Objective-C
@interface AWSAutoScalingDescribeTrafficSourcesRequest
Swift
class AWSAutoScalingDescribeTrafficSourcesRequest
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;Swift
var autoScalingGroupName: String? { get set } -
The maximum number of items to return with this call. The maximum value is
50.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxRecords;Swift
var maxRecords: NSNumber? { get set } -
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The traffic source type that you want to describe.
The following lists the valid values:
elbif the traffic source is a Classic Load Balancer.elbv2if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.vpc-latticeif the traffic source is VPC Lattice.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trafficSourceType;Swift
var trafficSourceType: String? { get set }
View on GitHub
Install in Dash
AWSAutoScalingDescribeTrafficSourcesRequest Class Reference