AWSEC2MemoryMiB

Objective-C

@interface AWSEC2MemoryMiB

Swift

class AWSEC2MemoryMiB

The minimum and maximum amount of memory, in MiB.

  • max

    The maximum amount of memory, in MiB. If this parameter is not specified, there is no maximum limit.

    Declaration

    Objective-C

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

    Swift

    var max: NSNumber? { get set }
  • min

    The minimum amount of memory, in MiB. If this parameter is not specified, there is no minimum limit.

    Declaration

    Objective-C

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

    Swift

    var min: NSNumber? { get set }