AWSEC2MediaAcceleratorInfo

Objective-C

@interface AWSEC2MediaAcceleratorInfo

Swift

class AWSEC2MediaAcceleratorInfo

Describes the media accelerators for the instance type.

  • Describes the media accelerators for the instance type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2MediaDeviceInfo *> *_Nullable accelerators;

    Swift

    var accelerators: [AWSEC2MediaDeviceInfo]? { get set }
  • The total size of the memory for the media accelerators for the instance type, in MiB.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalMediaMemoryInMiB;

    Swift

    var totalMediaMemoryInMiB: NSNumber? { get set }