AWSEC2MediaDeviceInfo
Objective-C
@interface AWSEC2MediaDeviceInfo
Swift
class AWSEC2MediaDeviceInfo
Describes the media accelerators for the instance type.
-
The number of media accelerators for the instance type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable count;Swift
var count: NSNumber? { get set } -
The manufacturer of the media accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable manufacturer;Swift
var manufacturer: String? { get set } -
Describes the memory available to the media accelerator.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2MediaDeviceMemoryInfo *_Nullable memoryInfo;Swift
var memoryInfo: AWSEC2MediaDeviceMemoryInfo? { get set } -
The name of the media accelerator.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSEC2MediaDeviceInfo Class Reference