AWSEC2ListingState
Objective-C
NS_ENUM(NSInteger, AWSEC2ListingState) {
AWSEC2ListingStateUnknown,
AWSEC2ListingStateAvailable,
AWSEC2ListingStateSold,
AWSEC2ListingStateCancelled,
AWSEC2ListingStatePending,
}
Swift
enum AWSEC2ListingState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStateAvailable
Swift
case available = 1
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStateSold
Swift
case sold = 2
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStateCancelled
Swift
case cancelled = 3
-
Undocumented
Declaration
Objective-C
AWSEC2ListingStatePending
Swift
case pending = 4