AWSEC2MemoryMiBRequest

Objective-C

@interface AWSEC2MemoryMiBRequest

Swift

class AWSEC2MemoryMiBRequest

The minimum and maximum amount of memory, in MiB.

Required parameters: [Min]

  • max

    The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.

    Declaration

    Objective-C

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

    Swift

    var max: NSNumber? { get set }
  • min

    The minimum amount of memory, in MiB. To specify no minimum limit, specify 0.

    Declaration

    Objective-C

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

    Swift

    var min: NSNumber? { get set }