AWSEC2GpuDeviceMemoryInfo
Objective-C
@interface AWSEC2GpuDeviceMemoryInfo
Swift
class AWSEC2GpuDeviceMemoryInfo
Describes the memory available to the GPU accelerator.
-
The size of the memory available to the GPU accelerator, in MiB.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sizeInMiB;
Swift
var sizeInMiB: NSNumber? { get set }