AWSAutoScalingDescribeScalingActivitiesType
Objective-C
@interface AWSAutoScalingDescribeScalingActivitiesType
Swift
class AWSAutoScalingDescribeScalingActivitiesType
-
The activity IDs of the desired scaling activities. You can specify up to 50 IDs. If you omit this parameter, all activities for the past six weeks are described. If unknown activities are requested, they are ignored with no error. If you specify an Auto Scaling group, the results are limited to that group.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable activityIds;
Swift
var activityIds: [String]? { get set }
-
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 default value is
100
and the maximum value is100
.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 }