AWSEC2VolumeStatusName
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeStatusName) {
AWSEC2VolumeStatusNameUnknown,
AWSEC2VolumeStatusNameIoEnabled,
AWSEC2VolumeStatusNameIoPerformance,
}
Swift
enum AWSEC2VolumeStatusName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStatusNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStatusNameIoEnabled
Swift
case ioEnabled = 1
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStatusNameIoPerformance
Swift
case ioPerformance = 2