AWSEC2VolumeType
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeType) {
    AWSEC2VolumeTypeUnknown,
    AWSEC2VolumeTypeStandard,
    AWSEC2VolumeTypeIO1,
    AWSEC2VolumeTypeIo2,
    AWSEC2VolumeTypeGp2,
    AWSEC2VolumeTypeSc1,
    AWSEC2VolumeTypeSt1,
    AWSEC2VolumeTypeGp3,
}Swift
enum AWSEC2VolumeType : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeUnknownSwift case unknown = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeStandardSwift case standard = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeIO1Swift case IO1 = 2
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeIo2Swift case io2 = 3
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeGp2Swift case gp2 = 4
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeSc1Swift case sc1 = 5
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeSt1Swift case st1 = 6
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2VolumeTypeGp3Swift case gp3 = 7
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2VolumeType Enumeration Reference
        AWSEC2VolumeType Enumeration Reference