AWSEC2EfaInfo
Objective-C
@interface AWSEC2EfaInfo
Swift
class AWSEC2EfaInfo
Describes the Elastic Fabric Adapters for the instance type.
-
The maximum number of Elastic Fabric Adapters for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximumEfaInterfaces;
Swift
var maximumEfaInterfaces: NSNumber? { get set }