AWSAutoScalingAutoScalingGroupNamesType
Objective-C
@interface AWSAutoScalingAutoScalingGroupNamesType
Swift
class AWSAutoScalingAutoScalingGroupNamesType
-
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the
MaxRecords
property.If you omit this property, all Auto Scaling groups are described.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable autoScalingGroupNames;
Swift
var autoScalingGroupNames: [String]? { get set }
-
One or more filters to limit the results based on specific tags.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingFilter *> *_Nullable filters;
Swift
var filters: [AWSAutoScalingFilter]? { get set }
-
The maximum number of items to return with this call. The default value is
50
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 }