AWSEC2VolumeAttributeName
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeAttributeName) {
AWSEC2VolumeAttributeNameUnknown,
AWSEC2VolumeAttributeNameAutoEnableIO,
AWSEC2VolumeAttributeNameProductCodes,
}
Swift
enum AWSEC2VolumeAttributeName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameAutoEnableIOSwift
case autoEnableIO = 1 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeAttributeNameProductCodesSwift
case productCodes = 2
View on GitHub
Install in Dash
AWSEC2VolumeAttributeName Enumeration Reference