AWSEC2VolumeAttributeName
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeAttributeName) {
AWSEC2VolumeAttributeNameUnknown,
AWSEC2VolumeAttributeNameAutoEnableIO,
AWSEC2VolumeAttributeNameProductCodes,
}
Swift
enum AWSEC2VolumeAttributeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameAutoEnableIO
Swift
case autoEnableIO = 1
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameProductCodes
Swift
case productCodes = 2