Class: Aws::AutoScaling::Types::VCpuCountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::VCpuCountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘VCpuCount` object when you specify InstanceRequirements for an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum number of vCPUs.
-
#min ⇒ Integer
The minimum number of vCPUs.
Instance Attribute Details
#max ⇒ Integer
The maximum number of vCPUs.
7882 7883 7884 7885 7886 7887 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7882 class VCpuCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum number of vCPUs.
7882 7883 7884 7885 7886 7887 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7882 class VCpuCountRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |