AWSAutoScalingDescribeWarmPoolAnswer
Objective-C
@interface AWSAutoScalingDescribeWarmPoolAnswer
Swift
class AWSAutoScalingDescribeWarmPoolAnswer
-
The instances that are currently in the warm pool.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingInstance *> *_Nullable instances;
Swift
var instances: [AWSAutoScalingInstance]? { 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 }
-
The warm pool configuration details.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingWarmPoolConfiguration *_Nullable warmPoolConfiguration;
Swift
var warmPoolConfiguration: AWSAutoScalingWarmPoolConfiguration? { get set }