AWSEC2InstanceCapacity
Objective-C
@interface AWSEC2InstanceCapacity
Swift
class AWSEC2InstanceCapacity
Information about the number of instances that can be launched onto the Dedicated Host.
-
The number of instances that can be launched onto the Dedicated Host based on the host’s available capacity.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable availableCapacity;
Swift
var availableCapacity: NSNumber? { get set }
-
The instance type supported by the Dedicated Host.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceType;
Swift
var instanceType: String? { get set }
-
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalCapacity;
Swift
var totalCapacity: NSNumber? { get set }