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.
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.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 26 class AcceleratorCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum value.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 26 class AcceleratorCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |