AWSEC2FastSnapshotRestoreStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2FastSnapshotRestoreStateCode) {
AWSEC2FastSnapshotRestoreStateCodeUnknown,
AWSEC2FastSnapshotRestoreStateCodeEnabling,
AWSEC2FastSnapshotRestoreStateCodeOptimizing,
AWSEC2FastSnapshotRestoreStateCodeEnabled,
AWSEC2FastSnapshotRestoreStateCodeDisabling,
AWSEC2FastSnapshotRestoreStateCodeDisabled,
}
Swift
enum AWSEC2FastSnapshotRestoreStateCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeEnablingSwift
case enabling = 1 -
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeOptimizingSwift
case optimizing = 2 -
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeEnabledSwift
case enabled = 3 -
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeDisablingSwift
case disabling = 4 -
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeDisabledSwift
case disabled = 5
View on GitHub
Install in Dash
AWSEC2FastSnapshotRestoreStateCode Enumeration Reference