AWSEC2FastSnapshotRestoreStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2FastSnapshotRestoreStateCode) {
AWSEC2FastSnapshotRestoreStateCodeUnknown,
AWSEC2FastSnapshotRestoreStateCodeEnabling,
AWSEC2FastSnapshotRestoreStateCodeOptimizing,
AWSEC2FastSnapshotRestoreStateCodeEnabled,
AWSEC2FastSnapshotRestoreStateCodeDisabling,
AWSEC2FastSnapshotRestoreStateCodeDisabled,
}
Swift
enum AWSEC2FastSnapshotRestoreStateCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeEnabling
Swift
case enabling = 1
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeOptimizing
Swift
case optimizing = 2
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeEnabled
Swift
case enabled = 3
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeDisabling
Swift
case disabling = 4
-
Undocumented
Declaration
Objective-C
AWSEC2FastSnapshotRestoreStateCodeDisabled
Swift
case disabled = 5