AWSEC2InstanceUsage
Objective-C
@interface AWSEC2InstanceUsage
Swift
class AWSEC2InstanceUsage
Information about the Capacity Reservation usage.
-
The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accountId;Swift
var accountId: String? { get set } -
The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable usedInstanceCount;Swift
var usedInstanceCount: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2InstanceUsage Class Reference