AWSEC2SpotInstanceType

Objective-C

NS_ENUM(NSInteger, AWSEC2SpotInstanceType) {
    AWSEC2SpotInstanceTypeUnknown,
    AWSEC2SpotInstanceTypeOneTime,
    AWSEC2SpotInstanceTypePersistent,
}

Swift

enum AWSEC2SpotInstanceType : Int, @unchecked Sendable

Undocumented