Class: Aws::AutoScaling::Types::BaselineEbsBandwidthMbpsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BaselineEbsBandwidthMbpsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘BaselineEbsBandwidthMbps` object when you specify InstanceRequirements for an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum value in Mbps.
-
#min ⇒ Integer
The minimum value in Mbps.
Instance Attribute Details
#max ⇒ Integer
The maximum value in Mbps.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 696 class BaselineEbsBandwidthMbpsRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum value in Mbps.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 696 class BaselineEbsBandwidthMbpsRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |