AWSAutoScalingDescribeScalingActivitiesType

Objective-C

@interface AWSAutoScalingDescribeScalingActivitiesType

Swift

class AWSAutoScalingDescribeScalingActivitiesType
  • The activity IDs of the desired scaling activities. If you omit this property, 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.

    Array Members: Maximum number of 50 IDs.

    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 }
  • Indicates whether to include scaling activity from deleted Auto Scaling groups.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable includeDeletedGroups;

    Swift

    var includeDeletedGroups: NSNumber? { get set }
  • The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

    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 }