Class: Aws::AutoScaling::Types::AcceleratorCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AcceleratorCountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘AcceleratorCount` object when you specify [InstanceRequirements] for an Auto Scaling group.
[1]: docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstanceRequirements.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum value.
-
#min ⇒ Integer
The minimum value.
Instance Attribute Details
#max ⇒ Integer
The maximum value.
30 31 32 33 34 35 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 30 class AcceleratorCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum value.
30 31 32 33 34 35 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 30 class AcceleratorCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |