AWSEC2TotalLocalStorageGB

Objective-C

@interface AWSEC2TotalLocalStorageGB

Swift

class AWSEC2TotalLocalStorageGB

The minimum and maximum amount of total local storage, in GB.

  • max

    The maximum amount of total local storage, in GB. 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 total local storage, in GB. 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 }