Class: Aws::Deadline::Types::VCpuCountRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::VCpuCountRange
- Defined in:
- gems/aws-sdk-deadline/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.
9370 9371 9372 9373 9374 9375 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9370 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of vCPU.
9370 9371 9372 9373 9374 9375 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9370 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |