AWSAutoScalingDescribeAutoScalingInstancesType
Objective-C
@interface AWSAutoScalingDescribeAutoScalingInstancesType
Swift
class AWSAutoScalingDescribeAutoScalingInstancesType
-
The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.
Array Members: Maximum number of 50 items.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceIds;
Swift
var instanceIds: [String]? { get set }
-
The maximum number of items to return with this call. The default value is
50
and the maximum value is50
.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 }