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