AWSEC2InstanceLifecycleType
Objective-C
NS_ENUM(NSInteger, AWSEC2InstanceLifecycleType) {
    AWSEC2InstanceLifecycleTypeUnknown,
    AWSEC2InstanceLifecycleTypeSpot,
    AWSEC2InstanceLifecycleTypeScheduled,
    AWSEC2InstanceLifecycleTypeCapacityBlock,
}Swift
enum AWSEC2InstanceLifecycleType : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2InstanceLifecycleTypeUnknownSwift case unknown = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2InstanceLifecycleTypeSpotSwift case spot = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2InstanceLifecycleTypeScheduledSwift case scheduled = 2
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2InstanceLifecycleTypeCapacityBlockSwift case capacityBlock = 3
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2InstanceLifecycleType Enumeration Reference
        AWSEC2InstanceLifecycleType Enumeration Reference