Class: Aws::Deadline::Types::VCpuCountRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::VCpuCountRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The allowable range of vCPU processing power for the fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The maximum amount of vCPU.
-
#min ⇒ Integer
The minimum amount of vCPU.
Instance Attribute Details
#max ⇒ Integer
The maximum amount of vCPU.
10129 10130 10131 10132 10133 10134 |
# File 'lib/aws-sdk-deadline/types.rb', line 10129 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of vCPU.
10129 10130 10131 10132 10133 10134 |
# File 'lib/aws-sdk-deadline/types.rb', line 10129 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |