AWSEC2EbsInfo
Objective-C
@interface AWSEC2EbsInfo
Swift
class AWSEC2EbsInfo
Describes the Amazon EBS features supported by the instance type.
-
Describes the optimized EBS performance for the instance type.
Declaration
Objective-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.
Declaration
Objective-C
@property (nonatomic) AWSEC2EbsOptimizedSupport ebsOptimizedSupport;Swift
var ebsOptimizedSupport: AWSEC2EbsOptimizedSupport { get set } -
Indicates whether Amazon EBS encryption is supported.
Declaration
Objective-C
@property (nonatomic) AWSEC2EbsEncryptionSupport encryptionSupport;Swift
var encryptionSupport: AWSEC2EbsEncryptionSupport { get set } -
Indicates whether non-volatile memory express (NVMe) is supported.
Declaration
Objective-C
@property (nonatomic) AWSEC2EbsNvmeSupport nvmeSupport;Swift
var nvmeSupport: AWSEC2EbsNvmeSupport { get set }
View on GitHub
Install in Dash
AWSEC2EbsInfo Class Reference