AWSAutoScalingDescribeWarmPoolType
Objective-C
@interface AWSAutoScalingDescribeWarmPoolType
Swift
class AWSAutoScalingDescribeWarmPoolType
-
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 instances 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 instances 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 }