Class: Aws::Deadline::Types::AcceleratorTotalMemoryMiBRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The range for memory, in MiB, to use for the accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxInteger

The maximum amount of memory to use for the accelerator, measured in MiB.

Returns:

  • (Integer)


46
47
48
49
50
51
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 46

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

#minInteger

The minimum amount of memory to use for the accelerator, measured in MiB.

Returns:

  • (Integer)


46
47
48
49
50
51
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 46

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