Method: Aws::Deadline::Types::VCpuCountRange#max
- Defined in:
- lib/aws-sdk-deadline/types.rb
#max ⇒ Integer
The maximum amount of vCPU.
10548 10549 10550 10551 10552 10553 |
# File 'lib/aws-sdk-deadline/types.rb', line 10548 class VCpuCountRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |