AWSEC2InstanceCount
Objective-C
@interface AWSEC2InstanceCount
Swift
class AWSEC2InstanceCount
Describes a Reserved Instance listing state.
-
The number of listed Reserved Instances in the state specified by the
state
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable instanceCount;
Swift
var instanceCount: NSNumber? { get set }
-
The states of the listed Reserved Instances.
Declaration
Objective-C
@property (nonatomic) AWSEC2ListingState state;
Swift
var state: AWSEC2ListingState { get set }