Class: Aws::Deadline::Types::VCpuCountRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#maxInteger

The maximum amount of vCPU.

Returns:

  • (Integer)


9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9050

class VCpuCountRange < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum amount of vCPU.

Returns:

  • (Integer)


9050
9051
9052
9053
9054
9055
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9050

class VCpuCountRange < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end