AWSAutoScalingTotalLocalStorageGBRequest

Objective-C

@interface AWSAutoScalingTotalLocalStorageGBRequest

Swift

class AWSAutoScalingTotalLocalStorageGBRequest

Specifies the minimum and maximum for the TotalLocalStorageGB object when you specify InstanceRequirements for an Auto Scaling group.

  • max

    The storage maximum in GB.

    Declaration

    Objective-C

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

    Swift

    var max: NSNumber? { get set }
  • min

    The storage minimum in GB.

    Declaration

    Objective-C

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

    Swift

    var min: NSNumber? { get set }