AWSEC2BaselineEbsBandwidthMbps

Objective-C

@interface AWSEC2BaselineEbsBandwidthMbps

Swift

class AWSEC2BaselineEbsBandwidthMbps

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

  • max

    The maximum baseline bandwidth, in Mbps. 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 baseline bandwidth, in Mbps. 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 }