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

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

Instance Attribute Details

#maxInteger

The maximum amount of vCPU.

Returns:

  • (Integer)


9309
9310
9311
9312
9313
9314
# File 'lib/aws-sdk-deadline/types.rb', line 9309

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

#minInteger

The minimum amount of vCPU.

Returns:

  • (Integer)


9309
9310
9311
9312
9313
9314
# File 'lib/aws-sdk-deadline/types.rb', line 9309

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