AWSEC2LockState
Objective-C
NS_ENUM(NSInteger, AWSEC2LockState) {
AWSEC2LockStateUnknown,
AWSEC2LockStateCompliance,
AWSEC2LockStateGovernance,
AWSEC2LockStateComplianceCooloff,
AWSEC2LockStateExpired,
}
Swift
enum AWSEC2LockState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2LockStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2LockStateCompliance
Swift
case compliance = 1
-
Undocumented
Declaration
Objective-C
AWSEC2LockStateGovernance
Swift
case governance = 2
-
Undocumented
Declaration
Objective-C
AWSEC2LockStateComplianceCooloff
Swift
case complianceCooloff = 3
-
Undocumented
Declaration
Objective-C
AWSEC2LockStateExpired
Swift
case expired = 4