AWSEC2EbsOptimizedInfo
Objective-C
@interface AWSEC2EbsOptimizedInfo
Swift
class AWSEC2EbsOptimizedInfo
Describes the optimized EBS performance for supported instance types.
-
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable baselineBandwidthInMbps;Swift
var baselineBandwidthInMbps: NSNumber? { get set } -
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable baselineIops;Swift
var baselineIops: NSNumber? { get set } -
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable baselineThroughputInMBps;Swift
var baselineThroughputInMBps: NSNumber? { get set } -
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumBandwidthInMbps;Swift
var maximumBandwidthInMbps: NSNumber? { get set } -
The maximum input/output storage operations per second for an EBS-optimized instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumIops;Swift
var maximumIops: NSNumber? { get set } -
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumThroughputInMBps;Swift
var maximumThroughputInMBps: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2EbsOptimizedInfo Class Reference