AWSAutoScalingLaunchConfigurationNamesType
Objective-C
@interface AWSAutoScalingLaunchConfigurationNamesType
Swift
class AWSAutoScalingLaunchConfigurationNamesType
-
The launch configuration names. If you omit this property, all launch configurations are described.
Array Members: Maximum number of 50 items.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable launchConfigurationNames;Swift
var launchConfigurationNames: [String]? { get set } -
The maximum number of items to return with this call. The default value is
50and 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 }
View on GitHub
Install in Dash
AWSAutoScalingLaunchConfigurationNamesType Class Reference