AWSEC2MemoryInfo
Objective-C
@interface AWSEC2MemoryInfo
Swift
class AWSEC2MemoryInfo
Describes the memory for the instance type.
-
The size of the memory, in MiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sizeInMiB;
Swift
var sizeInMiB: NSNumber? { get set }