AWSEC2ListingState
Objective-C
NS_ENUM(NSInteger, AWSEC2ListingState) {
AWSEC2ListingStateUnknown,
AWSEC2ListingStateAvailable,
AWSEC2ListingStateSold,
AWSEC2ListingStateCancelled,
AWSEC2ListingStatePending,
}
Swift
enum AWSEC2ListingState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2ListingStateAvailableSwift
case available = 1 -
Undocumented
Declaration
Objective-C
AWSEC2ListingStateSoldSwift
case sold = 2 -
Undocumented
Declaration
Objective-C
AWSEC2ListingStateCancelledSwift
case cancelled = 3 -
Undocumented
Declaration
Objective-C
AWSEC2ListingStatePendingSwift
case pending = 4
View on GitHub
Install in Dash
AWSEC2ListingState Enumeration Reference