AWSEC2EbsInfo
Objective-C
@interface AWSEC2EbsInfoSwift
class AWSEC2EbsInfoDescribes the Amazon EBS features supported by the instance type.
- 
                  
                  Describes the optimized EBS performance for the instance type. DeclarationObjective-C @property (nonatomic, strong) AWSEC2EbsOptimizedInfo *_Nullable ebsOptimizedInfo;Swift var ebsOptimizedInfo: AWSEC2EbsOptimizedInfo? { get set }
- 
                  
                  Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide. DeclarationObjective-C @property (nonatomic) AWSEC2EbsOptimizedSupport ebsOptimizedSupport;Swift var ebsOptimizedSupport: AWSEC2EbsOptimizedSupport { get set }
- 
                  
                  Indicates whether Amazon EBS encryption is supported. DeclarationObjective-C @property (nonatomic) AWSEC2EbsEncryptionSupport encryptionSupport;Swift var encryptionSupport: AWSEC2EbsEncryptionSupport { get set }
- 
                  
                  Indicates whether non-volatile memory express (NVMe) is supported. DeclarationObjective-C @property (nonatomic) AWSEC2EbsNvmeSupport nvmeSupport;Swift var nvmeSupport: AWSEC2EbsNvmeSupport { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2EbsInfo Class Reference
        AWSEC2EbsInfo Class Reference