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.
9309 9310 9311 9312 9313 9314 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9309 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The minimum amount of vCPU.
9309 9310 9311 9312 9313 9314 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9309 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |