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:
elb
if the traffic source is a Classic Load Balancer.elbv2
if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.vpc-lattice
if the traffic source is VPC Lattice.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trafficSourceType;
Swift
var trafficSourceType: String? { get set }